首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

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

2012-07-27 
移动应用web页面调用google play 和app store最近工作中遇到web在mobile上浏览,下载应用,以下是解决方案,

移动应用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>

热点排行