从网页上,我应该能够从Web应用程序检查是否已安装本机应用程序。本机应用程序是使用离子框架构建的。
我尝试使用and window.location.replace,但是它将页面重定向到本机应用程序的应用商店网址
window.location.replace(“ https://play.google.com/store/apps/details?id=com.example”);
我想检查Android / ios应用程序是否已安装,或者是否使用angular在移动浏览器中形成了Web应用程序。