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
Comments
Post a Comment