globules-io opened a new issue, #1509: URL: https://github.com/apache/cordova-android/issues/1509
# Bug Report ## Problem When hostname is set via preference, webView is still launched over file:// protocol ### What is expected to happen? webView location hostname should take the hostname as set in preferences ### What does actually happen? webView is loaded over file:// instead of the custom hostname. So cookies can't be set for the proper hostname. ## Information <preference name="hostname" value="io.globules.test" /> ### Environment, Platform, Device cordova 11 cordova-android 11 android 13 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
