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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -