Problem with HTMLview on Android

Discuss GUI programming with the RapaGUI plugin here
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Problem with HTMLview on Android

Post 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
PEB
Posts: 576
Joined: Sun Feb 21, 2010 1:28 am

Re: Problem with HTMLview on Android

Post 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.)
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Problem with HTMLview on Android

Post 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
PEB
Posts: 576
Joined: Sun Feb 21, 2010 1:28 am

Re: Problem with HTMLview on Android

Post by PEB »

Thanks!
Post Reply