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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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