A Angelo2016 Member Licensed User Longtime User Aug 7, 2023 #1 Hi, I can't load the page using CallSubDelayed 2...who can help me?thanks Attachments WebView2_test.rar 223.9 KB · Views: 159
drgottjr Expert Licensed User Longtime User Aug 8, 2023 #2 not the problem. if you're going to use http, you need to add cleartext to your manifest. https://www.b4x.com/android/forum/t...ed-by-network-security-policy.119569/#content google blocks http by default. and if you think you're going to distribute your app on play, you're going to have to do some more thinking. see attached: https works. http throws cleartext error. Attachments cap2.png 12.7 KB · Views: 122 cap.png 10.1 KB · Views: 121 cap3.png 37.5 KB · Views: 112 Upvote 0
not the problem. if you're going to use http, you need to add cleartext to your manifest. https://www.b4x.com/android/forum/t...ed-by-network-security-policy.119569/#content google blocks http by default. and if you think you're going to distribute your app on play, you're going to have to do some more thinking. see attached: https works. http throws cleartext error.