Tihauan / jsgauge

Automatically exported from code.google.com/p/jsgauge
0 stars 0 forks source link

Not displaying values on ipad / iphone (iOS 3.2) #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Gauge in ipad / iphone

What is the expected output? What do you see instead?
not displaying values

What version of the product are you using? On what operating system?
0.4

Please provide any additional information below.

Original issue reported on code.google.com by netsu...@gmail.com on 21 Jun 2011 at 1:39

GoogleCodeExporter commented 9 years ago
I just opened the gauge demos using iOS 4.3.3 and all of them display the 
values on the bottom of the gauge, along with having the "arrow" indicator in 
the appropriate position. We need more information to track down your problem.

If you see the problem on the jsgauge live demo page ( 
http://jsgauge.googlecode.com/svn/trunk/src/example/gauge.html ), can you 
provide more information about the device you are using and your version of iOS?

If not, can you be more specific in the problem that you are seeing? Is it 
possible for you to post a small demo of the problem on jsfiddle?

Original comment by justin.e...@gmail.com on 21 Jun 2011 at 3:58

GoogleCodeExporter commented 9 years ago
congratulations on the project

I am using the ipad I, version 3.2 (7B367), the image appear and pointers, only 
the numbers do not appear 
(http://jsgauge.googlecode.com/svn/trunk/src/example/gauge.html)

Original comment by netsu...@gmail.com on 21 Jun 2011 at 7:21

GoogleCodeExporter commented 9 years ago
Opera Mini is the same problem

Original comment by netsu...@gmail.com on 23 Jun 2011 at 3:41

GoogleCodeExporter commented 9 years ago
The webkit engine in iOS 3.2 has a problem with the fillText function used by 
jsgauge. A possible solution would be to use a library that emulates this 
functionality (ex. http://www.netzgesta.de/dev/text/).

Original comment by dragos.tihauan on 23 Jun 2011 at 6:52