GitHub user Skyedra added a comment to the discussion: How to conditionally load cordova on remote pages
Thank you, regarding loading: I am currently loading pages via a https:// website instead of only in the included files. IE allowing remote pages via this `config.xml` directive: ``` <allow-navigation href="https://example.com/game/*" /> ``` And then my index.html redirecting to `https://example.com/game/example.php` GitHub link: https://github.com/apache/cordova/discussions/427#discussioncomment-6766830 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
