Open jokeyrhyme opened 8 years ago
Within a Cordova app, the protocol is "file:///".
So the protocol-relative URL pattern for use with tiles does not work:
It might be best to whitelist HTTP and HTTPS, and fall back to HTTPS if the protocol is unrecognised.
Or, just default to HTTPS.
Yes, I have faced this issue too
Within a Cordova app, the protocol is "file:///".
So the protocol-relative URL pattern for use with tiles does not work:
It might be best to whitelist HTTP and HTTPS, and fall back to HTTPS if the protocol is unrecognised.
Or, just default to HTTPS.