List of known “Safari on iPad” differences over “Desktop Safari”

后端 未结 17 2224
余生分开走
余生分开走 2020-11-29 16:42

In recently testing a web application on Windows/Mac desktop browsers - and then on an iPad I noticed various differences in Safari that I wasn\'t expecting. even though the

17条回答
  •  死守一世寂寞
    2020-11-29 17:23

    I'm currently working on a small responsive web-app which makes heavy use of the iframe youtube api. Apparently the ipad version of safari doesn't support a few html5 methods which I use heavily in this project.

    One of them is window.postMessage, which is a way of interacting with scripts on other pages, for example the a script that is used "within" that iframe. Autoplaying videos also doesn't work.

提交回复
热议问题