• This repository has been archived on 25/Mar/2019
  • Stars
    star
    468
  • Rank 93,476 (Top 2 %)
  • Language
    Java
  • Created over 10 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AndroidJSCore allows Android developers to use JavaScript natively in their apps.

AndroidJSCore

AndroidJSCore allows Android developers to use JavaScript natively in their apps.

AndroidJSCore is an Android Java JNI wrapper around Webkit's JavaScriptCore C library. It is inspired by the Objective-C JavaScriptCore Framework included natively in iOS 7 and above. Being able to natively use JavaScript in an app without requiring the use of JavaScript injection on a bloated, slow, security-constrained WebView is very useful for many types of apps, such as games or platforms that support plugins. However, its use is artificially limited because the framework is only supported on iOS. Most developers want to use technologies that will scale across both major mobile operating systems. AndroidJSCore was designed to support that requirement.

IMPORTANT NOTICE

AndroidJSCore is DEPRECATED! All of this functionality and more is now maintained at its permanent home, LiquidCore. Please migrate to this version going forward.

Too see how to use LiquidCore as an AndroidJSCore replacement, read this document.

(For the old documentation, see here, but seriously, it's time to upgrade.)