GitHub user erisu edited a comment on the discussion: Cordova iOS: JW Player 
CDN Fails to Load Due to app:// Scheme

I believe the issue your seeing is this: 
https://github.com/jwplayer/jwplayer/issues/3561

It sounds like you might need to configure the `base` parameter. I suspect it 
is starting with `//` by default which will take the scheme that is used. It 
works for Android because its scheme is `https` while iOS is `app`.

You can not use HTTP or HTTPS scheme in iOS.

GitHub link: 
https://github.com/apache/cordova/discussions/514#discussioncomment-11444977

----
This is an automatically sent email for issues@cordova.apache.org.
To unsubscribe, please send an email to: issues-unsubscr...@cordova.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to