The JavaScript functionality available in a browser WebViewor Android is the same as in other browsers - most of JavaScript 1.8 (see Mozilla Developer Network for useful information).
If you use WebView, not just a page in a browser, you can communicate between your Java application and your JavaScript running on your web page (you can use JavaScript to call Java methods and vice versa); see Using WebViews .
The Android browser (or WebView) does not support multi-touch JavaScript events (see Issue 11909 ).
Java WebView, JavaScript.