Meartan / android-scripting

Automatically exported from code.google.com/p/android-scripting
1 stars 0 forks source link

WebView crashes with data URI #645

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What device(s) are you experiencing the problem on?
Iconia Tab A200

What firmware version are you running on the device?
Cyanogenmod 9

What steps will reproduce the problem?
Load a WebView from a data URI, e.g. (Lua):
require "android"
android.webViewShow("data:text/html,<html><body>hi</body></html>")

What is the expected output? What do you see instead?
Expect to see data, instead SL4A crashes.

What version of the product are you using? On what operating system?
r6 on CM9.

Please provide any additional information below.
Between this and absence of webview:loadData(), this means the only way to load 
dynamically generated content is to write it to a temporary file...

Original issue reported on code.google.com by hyperhac...@gmail.com on 14 Jul 2012 at 10:37