Closed GoogleCodeExporter closed 8 years ago
Hello, thank you for your feedback. I haven't been able to test it on an iPod,
neither
on an iPhone, so it will be hard for me to debug it before next year. I'll have
to work
on a mobile app, and I'll have an iPhone to work on for this project, so I'll
be able
to debug it.
I don't think this is the same Safari version than on a computer, though.
Original comment by fabien.menager
on 5 Dec 2009 at 4:53
Safari 4 does support context.fillText, while the current Mobile Safari
doesn't. The problem there is that it seems
to support the rest of the canvas specification. For my example project
http://trash.gorn.ch/bgjs/ it renders
everything but the numbers in the border. This is currently a big issue for me
as I need it for a real project I
would be glad to help you fixing it if that's somehow possible (in the mean
while I will search for a solution
myself.)
Original comment by tobias.e...@gmail.com
on 16 Feb 2010 at 10:16
Mobile Safari in OS 3.1.2 reports that it supports canvas text, but it actually
doesn't. You have to force the
canvas-text library to be used, e.g.:
<script type="text/javascript" src="canvas.text.js?reimplement=true"></script>
Original comment by vito.mil...@gmail.com
on 27 Mar 2010 at 7:03
Original comment by fabien.menager
on 28 Jul 2010 at 3:39
Original issue reported on code.google.com by
bort...@gmail.com
on 23 Nov 2009 at 8:24