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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -