Jason Thomas

Results 23 comments of Jason Thomas

ChromeView is not included in this project, please follow the build instructions for it, and include it in your project: https://github.com/thedracle/cordova-android-chromeview/issues/1

Have you called ChromeView's initialize in your Application class's onCreate? See: https://github.com/pwnall/chromeview Initialize Chromium import us.costan.chrome.ChromeView; import android.app.Application; public class MyApplication extends Application { @Override public void onCreate() { super.onCreate();...

At the moment it's only possible to build using Eclipse. I will update the ant script to support the additional dependencies.

Hey Spittal, Sorry for the lack of documentation. This is something I whipped together for the purpose of testing some HTML5 features that were lacking in WebView through a PhoneGap...

Does the package install, that just looks like a warning to me.

Also, I haven't built the project with ant yet, just through Eclipse. We probably need to add dependencies in the ant XMLs for bringing in ChromeView.

You still need to reference the ChromeView project, create an Application class for your application, insert it into your AndroidManifest.xml, and inside of 'onCreate' call 'ChromeView.initialize(this)' in order to get...

I'm doing Link All, and no matter what I do, even with linkskip, with adding Akavache into link.xml, I am still unable to get Akavache to detect/use its SQLite backend....

Hi, we are trying to set crt-static for a project which ends up producing a MT linked NodeJS module. If we enable crt-static, rust-skia looks for a `-static` prebuilt artifact,...

Thanks @tronical. I think it actually is attempting to build after failing to pull the static artifact, but failing with the "The system cannot find the file specified," and the...