uncatcrea / wp-appkit

WP-AppKit WordPress plugin (create mobile apps connected to WordPress)
http://uncategorized-creations.com/
194 stars 65 forks source link

YouTube embeds don't work anymore #268

Open blupu opened 7 years ago

blupu commented 7 years ago

When using cli-6x PhoneGap version, YouTube embeds (and probably all iframes with external sources) doesn't show up on iOS.

blupu commented 7 years ago

Following research for this issue, it appears that it is probably related with the use of WKWebView (https://cordova.apache.org/announcements/2015/12/08/cordova-ios-4.0.0.html) as it enables stronger security. Downgrading to cli-5x solves the issue.

blupu commented 7 years ago

Adding <allow-navigation href="*" /> to config.xml seems to solve the issue but could lead to problems when submiting apps. Therefore it clearly appears that it is an iOS security issue.

blupu commented 7 years ago

https://github.com/jessemonroy650/top-phonegap-mistakes/blob/master/the-whitelist-system.md