Mark Finkle <mfinkle@...> writes:

> 
> 
> 
> 
> I still have some questions about GeckoView:1. Does it support load the 
local html file,such as:file:///sdcard/1.html
> 
> Yes, this should work. It works with Firefox too.
> 
> 2.Does it support JavaScript interactive with the Android native java 
code,from JS to Android,and Android to JS.
> Limited. It definitely does not support the WebView way of doing it. We 
need to explore options to make this easier.
> 
> 3.Do you have any roadmap of GeckoView,so we can have some further 
investigate about it.
> We have no formal roadmap for GeckoView, but we have a project page with 
some information:
> 
> https://wiki.mozilla.org/Mobile/Projects/GeckoWebView
> 
> 
> 
> _______________________________________________
> mobile-firefox-dev mailing list
> mobile-firefox-dev@...
> https://mail.mozilla.org/listinfo/mobile-firefox-dev
> 

I'm trying to get GeckoView_library to work but I'm getting strange errors. 
I've got past resource relocation problem only to see that init() method of 
GeckoNetworkManager in package org.mozilla.gecko is never called which leads 
to NullPointer exception in GeckoNetworkManager.getNetworkType() because 
sInstance.mApplicationContext is never initialized with application context.
When I try to circumvent this problem by making 
GeckoNetworkManager.getNetworkType() always return NetworkType.NETWORK_WIFI 
I got clear logcat but GeckoView doesn't load any URL.

I've tried to run the code on Nexus 4 and 7 both running Android 4.3 
(Cyanogenmod). I've also tried both patched and unpatched versions of 
GeckoView_library.

Does anyone have working APK/eclipse project with demo of GeckoView_library. 
I want to test if my HTML app works with GeckoView.


_______________________________________________
mobile-firefox-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to