Report Bugs Here

Moderator: Mmiscool

User avatar
By Lagnus
#63019 It shows up properly with firefox on windows and chrome on android.
I use the following code:
print "Meter-Test"
Print " "
print "A "
let A = 30
meter A, 0, 100
print "B "
let B = 70
meter B, 0, 100
wait
User avatar
By Edi
#63365 I've had the same problem on an old Android tablet.

I'm pretty sure what the reason is: A too old operating system doesn't support websockets.
Try a device with an actual IOS version. Maybe it will run nice then.
User avatar
By Lagnus
#63403 Maybe older Versions doesn't support HTML5. But i use a new version.
Ipad with IOS 10.2.1 Tested with Safari, Chrome and Firefox!
METER element is not displayed!?
It shows up properly with firefox on windows and chrome on android.
I use the following code:
print "Meter-Test"
Print " "
print "A "
let A = 30
meter A, 0, 100
print "B "
let B = 70
meter B, 0, 100
wait