is it possible to check with my website if an app is installed?
var now = new Date().valueOf();
setTimeout(function () {
if (new Date().valueOf() - now > 100) return;
window.location = "https://itunes.apple.com/appdir";
}, 25);
window.location = "appname://";setTimeout(function () { window.location = "https://itunes.apple.com/appdir"; }, 25);
window.location = "appname://";
Also in Shell:
- delete file linux terminal
- linux vim set tab to 4 spaces
- customize bash prompt
- sorting output bash
- npm install package globally
- call shell script from python
- pip install django-allauth
- unknown type name 'CDVUIWebViewDelegate' CDVUIWebViewDelegate* _webViewDelegate;
- how to copy contents of ssh key into clipboard
- Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd
- linux screen list
- angular add modulee
- gitlab download
- convertingwav to mp3 linux ffmpeg
- save android studio home bash_profile
- docker ubuntu installation
- install imutils
- start mariadb on linux terminal
- mac clone directory duplicate
- angular new project
- Git Commands: Step By Step Guide (Part 1)
- pipe + exec duplicate stdout linux
- julia install linux
- git flow hotfix