I'm trying to build crosswalk for use as a webview inside my application,
but I can't seem to get it to work properly. I've gotten it to generate the
walk_core_library directory and included that in a project, but when I
start the app and try to load a url the screen remains blank.
I looked at the error log and saw that it was complaining about "error
while loading asset assets/icudtl.dat", and I found that file in the
xwalk_xwview/assets directory so I copied the assets directory and put it
in the xwalk_core_library project, told gradle not to compress the file,
and then that error went away, but the screen is still blank.
I was able to enable remote debugging on the view, and I can actually load
pages by specifying the URL from chrome remote inspector, but the
view.load("www.google.com", null); does not work (I just see the extension
failed to initialize error in the log)
full logcat here: http://pastebin.com/raw/7siQmUzf
Does anyone know how to fix this?
Thanks,
Ryan
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help