Page 2 of 2
Re: Problem with HTMLview on Android
Posted: Tue Aug 20, 2024 9:48 pm
by airsoftsoftwair
plouf wrote: ↑Mon Aug 19, 2024 6:40 am
does the above "fix" also allow executing local javascipt ?
i think you must enabled by code
True, JavaScript currently doesn't work on Android but I've fixed this now:
Code: Select all
- New [Android]: HTMLview class also supports JavaScript now
And I've also added "usesCleartextTraffic" to the manifest by default.
Code: Select all
- Change [Android]: The Hollywood Player sets the "usesCleartextTraffic" tag to TRUE now in the Android
manifest so that RapaGUI's HTMLview class can also open non-HTTPS sites
Re: Problem with HTMLview on Android
Posted: Sun Oct 06, 2024 3:23 am
by PEB
Will a new version of the Hollywood Player for Android be made available that has the "usesCleartextTraffic" tag set to TRUE?
(I, of course, can edit the manifest myself if I'm using the APK Compiler, but it would be nice if I could test my code with the player rather than needing to compile it every time.)
Re: Problem with HTMLview on Android
Posted: Wed Oct 09, 2024 7:14 pm
by airsoftsoftwair
I've compiled a version of the Hollywood 10 player for you that has the "useCleartextTraffic" tag set, get it here:
http://www.softwarefailure.de/tmp/hwplayer-arm64.apk
Re: Problem with HTMLview on Android
Posted: Thu Oct 10, 2024 3:45 am
by PEB
Thanks!