最近工作中遇到web在mobile上浏览,下载应用,以下是解决方案,小记。
web 页面点击调用google play (android 应用):
<a href="market://details?id=com.meetings&target=market&from=met" >android </a>
iphone页面点击调用app store(IOS应用):
<a href="itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=sfdfds">
</a>