B4A Question android:usesCleartextTraffic="true" need help! - DonManfred (first post)    Jun 20, 2019   (2 reactions) Start with using the forumsearch before asking
err_cleartext_not_permitted
One of the threads found is android.jar / targetSdkVersion / minSdkVersion which must have a reason. As this thread is a really important one regarding changes in the Android SDK you should revisit the thread. B4A Question CLEARTEXT communication to 192.168.0.101 not permitted by network security policy - beelze69    Jun 29, 2020 Hi All,
I tried to implement the JRDC2 implementation of Erel in one program.
The implementation of Erel is in the below URL:
https://www.b4x.com/android/forum/threads/b4x-jrdc2-b4j-implementation-of-rdc-remote-database-connector.61801/
I get the following error:
ResponseError. Reason: java.n B4A Question Webpage not found ERR:clearbtext not permitted - Erel (first post)    Nov 16, 2022   (1 reaction) Not relevant.
This error happens because apps are not allowed to make non-https/ssl/tls requests by default.
Solution: add this line to manifest editor:
CreateResourceFromFile(Macro, Core.NetworkClearText) B4A Question Google Rejection - Cleartext traffic allowed for all domains - API 34 problem - Erel (first post)    Sep 15, 2024 This should fix the mentioned issue. It will however mean that WebView will not load non-https urls. French JSInterface - klaus (first post)    Aug 29, 2020 Est-ce que tu obtiens une erreur? Qu'affiche Log(mondossier) ? Où est défini html ? Depuis où est appelé Sub process_HTML(html As String) ? J'ai essayé ton code, mais j'obtiens une erreur Page Web non disponible ERR_CLEARTEXT_NOT_PERMITTED. J'ai ajouté la ligne ci-dessous dans le Manifest Edito B4A Question OkHttpUtils2 stop working - gatetec (first post)    Dec 15, 2020 Hello Erel, thank's for fast answer. The code still work in NOX but not in Xiaomi MI 10. As the code was working in the phone 3 days ago I suspect that I have done something but I don't know what. I have tried to connect to local server but it's the same. I have debug and get following in the log. B4A Question html page navigator - asap74 (first post)    Oct 18, 2022 yeah, maybe i need this! :) i tryied: 'This event will be called once, before the page becomes visible. Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("MainPage") WebView1.LoadUrl("http:\\www.xxx.net") End Sub when launched i obtain this in my apk: page not B4A Question WebView ...CallSubDelayed 2 - drgottjr (first post)    Aug 08, 2023   (1 reaction) not the problem. if you're going to use http, you need to add cleartext to your manifest. https://www.b4x.-communication-to-192-168-0-101-not-permitted-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 goi B4A Question java.lang.NoClassDefFoundError: aewt - Angel Garcia (first post)    Dec 22, 2020 Yep, After a second update to new version the problem is gone, apparently as Erel said was an issue on Firebase itself. You don't have to worry about this anymore, the only remaining issue i have is the the "Cleartext traffic allowed for all domains " security issue on the pre-launch report. ? Rega German für ältere Android Version entwickelt ? - HarryPottier (first post)    Jul 12, 2020 Leider verstehe ich nicht ausreichend englisch. Ich habe mir die Texte auf Deutsch übersetzt, ohne Erkenntnis. Habe mein Projekt stück für stück neu aufgezogen. Habe jedoch entdeckt das ich HttpUtils2 verwende und OkHttpUtils2 empfohlen wird. Nach der Änderung bekomme ich keine Verbindung zu http: Page: 1   2   3   4   5   6   7   Powered by ColBERT |