java - How to zoom web view dynamically in android using action bar, onNavigationItemSelected? -
in application used action bar , web view. want zoom web view 125% ,150%.... please me find out solution.
you can in android api 21 , after using function
mwebview.zoomby(2.0f); //here 2.0f means 200%.
Comments
Post a Comment