-
-
Save muruganandham/46b670a15d4c3fdbdc0e526fd947fbab to your computer and use it in GitHub Desktop.
demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<h1>My First JavaScript</h1> | |
<button type="button" | |
onclick="function openAppOrStore() { | |
setTimeout(function () { | |
if (!openedApp) { | |
window.location = ""https://apps.apple.com/in/app/fielda/id1471791163""; | |
} | |
}, 25); | |
const parts = window.location.href.split('/'); | |
const iosLink = ""fieldamobile://""; | |
try { | |
window.location = iosLink; | |
if (window.location.href.indexOf(""fieldamobile://"") !== -1) { | |
openedApp = true; | |
} | |
} catch (e) { | |
} | |
} | |
"> | |
TAKE ME TO APP.</button> | |
<p id="demo"></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment