iPhone WebApp Autoplaying Embeded Youtube -


this problem i've been noticing since youtube embed design change, @ least i've noticed.

so what's happening web pages have been added homescreen have youtube video embedded autoplay first youtube video on screen in youtube app. doesn't happen when open same web page opened in safari.

basically web pages have youtube video embedded inaccessible due automatically redirecting youtube app.

how can stop this? or they've added can't fixed?

update: found similar question proper workaround embedded youtube videos in html5 standalone app ios 8.3 opening youtube app

unfortunately, workaround i've found far disallow web application runs in full-screen mode removing:

<meta name="apple-mobile-web-app-capable" content="yes" /> 

neither postponed iframe injection dom, nor putting iframe in iframe helps.

i hope not intended behaviour , resolved via ios update; though until have use server-side detect os 8_3 in useragent , deliver them modified version of webapp.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -