How to clear all Javascript function in android -


i'm new in android webview. in application's webview, it's javascript functions specific native buttons interacted webview. however, problem is, there many function in single webview. have check lot coditions detect funtion using or not. can let me know how reset or clear javascript function in webview android?

by default javascript disable in web view, can enable using method void setjavascriptenabled (boolean flag) check out doc method

https://developer.android.com/reference/android/webkit/websettings.html#setjavascriptenabled(boolean)


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -