Problem with HTMLview on Android

Discuss GUI programming with the RapaGUI plugin here
Post Reply
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

Problem with HTMLview on Android

Post by PEB »

Is anyone able to use the HTMLview class on android devices? Even just using the HTMLview example from the RapaGUI package doesn't work for me. I always get:

"Webpage not available"
"net::ERR_CLEARTEXT_NOT_PERMITTED"

In the past, I had gotten around this by adding...

Code: Select all

android:usesCleartextTraffic="true"
...to the manifest in the APK compiler; but now that doesn't seem to help.

Any ideas?
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

Re: Problem with HTMLview on Android

Post by PEB »

Update:
The website for wikipedia ("http://www.wikipedia.org/") does load, but no other website seems to work.
Also, local .html files do not display either.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Problem with HTMLview on Android

Post by airsoftsoftwair »

Right, I can reproduce this here. Will be fixed.
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

Re: Problem with HTMLview on Android

Post by PEB »

Thanks, Andreas, for working on a fix for this issue.
plouf
Posts: 467
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: Problem with HTMLview on Android

Post by plouf »

If htmlview in android tweaked
There are some other "tweaks" to enable javascript and loading local files whre would be very handfull if they also implemented
Christos
Post Reply