当前位置: 代码迷 >> Web前端 >> 挪动应用web页面调用google play 和app store
  详细解决方案

挪动应用web页面调用google play 和app store

热度:604   发布时间:2012-07-27 11:03:00.0
移动应用web页面调用google play 和app store

最近工作中遇到web在mobile上浏览,下载应用,以下是解决方案,小记。

?

web 页面点击调用google play (android 应用):

<a href="market://details?id=com.cisco.webex.meetings&target=market&from=wbx" >android </a>

iphone页面点击调用app store(IOS应用):

<a href="itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=298844386s">

</a>

  相关解决方案