【IOS webview】h5页面播放视频时,IOS系统显示设置的icon

【IOS webview】h5页面播放视频时,IOS系统显示设置的icon
  • favicon是浏览器标签栏和地址栏显示的图标,适用于所有浏览器。
  • apple-touch-icon是 iOS 设备在添加到主屏幕时显示的图标。
<linkrel="icon"href="xxx"type="image/png"/><linkrel="apple-touch-icon"href="xxx"type="image/png"/>