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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -