Description[Android WebView] Update viewport size and scale calculation to match WebView Classic
Tweaked initial scaling and layout width assignment behavior to
align better with the legacy WebView. Some of the tweaks are only
applied when support for target-densityDpi is turned on.
Assume viewport and fixed layout are always enabled. WebView will no
more toggle 'setViewportEnabled' and 'fixedLayoutMode' flags,
they will be always enabled. This is to avoid skipping "meta viewport"
tag processing.
For controlling wide viewport-related behavior, added a corresponding
WebSetting.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=148480
Patch Set 1 #Patch Set 2 : Comments addressed #Patch Set 3 : Rebased correctly #
Total comments: 4
Patch Set 4 : Addressed Adam's comments #Messages
Total messages: 9 (0 generated)
|