iOS和Android触摸图标规则

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS和Android触摸图标规则相关的知识,希望对你有一定的参考价值。

html Snippet for apple-touch-icon for all of the different ios devices, and android 2.0 supported Icon.
  1. <!-- For iPhone 4 with high-resolution Retina display: -->
  2. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
  3. <!-- For first-generation iPad: -->
  4. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
  5. <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
  6. <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">

以上是关于iOS和Android触摸图标规则的主要内容,如果未能解决你的问题,请参考以下文章

在我的应用程序中禁用多指触摸[重复]

片段如何处理触摸?

Android YouTube Player API Fragment无法手动处理触摸事件

如何在Android的谷歌地图片段中更改默认的蓝色圆形位置图标?

iOS 相当于 Android 片段/布局

Android触摸事件-TouchEventHelper