ERROR WHITELIST REJECTION IN MONACA IDE

Asked 2 years ago, Updated 2 years ago, 32 views

I am making a smartphone app for jquery mobile with monaca IDE.I received JSON from my blog and displayed it, but if the YouTube embedding in the article is iOS, I get the following error (which is displayed on Android).

ERROR whitelist rejection: url='http://www.youtube.com/embed/ab5SOhu..'

I tried to add * to External Hosts on PhoneGap, but I can't see if Monaca IDE can access PhoneGap.plist.Also, I have confirmed that is listed in config.xml.
If you understand, please let me know.

monaca

2022-09-29 22:08

1 Answers

You may want to add the following to config.xml:

<access origin="*"/>


2022-09-29 22:08

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.