java - How to zoom web view dynamically in android using action bar, onNavigationItemSelected? -


i want zoom 125% ,150%....

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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -