-->
Page 2 of 2

Re: METER: on IOS

PostPosted: Sat Feb 25, 2017 1:14 pm
by Lagnus
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

Re: METER: on IOS

PostPosted: Sun Mar 05, 2017 4:37 am
by Edi
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.

Re: METER: on IOS

PostPosted: Mon Mar 06, 2017 6:48 am
by Lagnus
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