breautek commented on issue #1529:
URL: 
https://github.com/apache/cordova-android/issues/1529#issuecomment-1359647145

   > I'm sorry for not using the template, I didn't understood how to use it.
   
   Its okay. For next time, when you create an issue it will have sections 
already in the form for things like version info, description of the problem 
and the expected vs actual results, etc. It's a guideline that makes it easier 
triaging issues.
   
   Here's a couple of things to try...
   
   If the api is using http, try using https. Android blocks all http/insecure 
requests by default. If the weather api doesn't offer a https endpoint, then 
you can enable cleartext, see 
https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#android-quirks
   
   If it doesn't help, then you should remote debug your app so that you can 
gain more insights. If you haven't already, you need to enable developer mode, 
then inside Developer Options, enable USB Debugging. Then while the device is 
connected to your computer, inside the desktop Chrome, go to chrome://inspect 
and you should see your apps webview as a debuggable webview. See 
https://developer.android.com/studio/debug/dev-options#enable for a more 
detailed guide for enabling developer options / usb debugging. 


-- 
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]

Reply via email to