Sunday, February 23, 2014

How to disable webview double click to zoom


This is the program's section on webview,
 mWebView = (WebView) this.findViewById (R.id.newpolicy_wv); 
mWebView.getSettings () setUseWideViewPort (true);.
mWebView.getSettings () setLoadWithOverviewMode (true);.
mWebView.getSettings () setCacheMode (WebSettings.LOAD_NO_CACHE);.

mWebView.setWebViewClient (mWebViewclient);
setUseWideViewPort () is set to false is not scaled, but html display chaos, online there are people talking about rewriting webview, rewrite it ontouchevent method, we have to know ah ? Under the guidance of<-! Main posts under Banner (D4) -><-! Posts under the main text (D5) ->
Reply:
Well, their top down ~
Reply:

Reply:
In the opening pages inside the header Riga meta, set user-scaled to allow no page is not scaled.
Do not know can not meet your requirements
Reply:
reference to the third floor youngc527 reply:
open pages inside the header Riga meta, set user-scaled to allow no page is not scaled.
Do not know can not meet your requirements
Haha, html have forgotten it, html is written by people, now give me changed. . . Is not this written:
Reply:
  

Reply:
references, 5th Floor youngc527 reply:
  
En effect, but the font is large, the time displayed stacked up, me font-size: 55px, is not this reason
Reply:
You are 55px, and can not Well
Reply:
font-size: 55px

Too general acquiescence are 12 or 14, you can be using up to 20
Reply:
reference to the 7th floor youngc527 reply:
you are 55px, and can not thing
to finally find the original or font size question, haha, solved!

No comments:

Post a Comment