Delphi/Android: Enable TWebbrowser navigation to http://

PHOTO EMBED

Mon Aug 29 2022 19:46:59 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #delphi #android

Open [yourappfolder]/AndroidManifest.template.xml file
and add the following property:

<application android:persistent="%persistent%" ...
    :
    android:usesCleartextTraffic="true">
    
</application>
content_copyCOPY