pcwSlide commented on issue #1672:
URL: 
https://github.com/apache/cordova-android/issues/1672#issuecomment-1752018252

   ok - so I see this issue around. 
   Turns out if you use this  <content src="http://localhost/index.html"; /> in 
the config.xml file - as well a s cleartext - it works. Sadly it breaks the 
Browser platform.
   
   So the cleartext code used to work..
   
   --------------
   Question:  is this a bug due to a change in the Chrome?
   
    <platform name="android">
           <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" 
target="/manifest/application">
         <application android:usesCleartextTraffic="true" />
     </edit-config>
       </platform>
   -------------


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.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