Open GoogleCodeExporter opened 9 years ago
I downloaded the sl4a source and debugged a little.
When the user clicks on the Draw button, the write() JavaScript function never
gets called (no alert box).
I verified that the call() method in the JavaScriptWrapper of sl4a also isn't
called.
So I changed the name of the JavaScript function to something different
(drawText) and voilá - it works!
So the webview crashes when you call a function called write()!
I can easily avoid that, but you should probably fix it if you can ;-)
Original comment by Neumae...@gmail.com
on 1 Sep 2011 at 8:00
Original issue reported on code.google.com by
Neumae...@gmail.com
on 26 Aug 2011 at 9:56Attachments: