EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 367 forks source link

W10 app switches to use ms-appx:// which then throws security errors #241

Open raymondelferink opened 7 years ago

raymondelferink commented 7 years ago

My w10 app is set to use the default ms-app-web:// but when I launch using my custom url it throws security errors on global and remote script includes.

Has anyone encountered this issue? What can I do to solve this?

Fuchur84 commented 6 years ago

Did you include your custom url scheme in the <meta http-equiv="Access-Control-Allow-Origin" ...-Tag?