add basic webview zoom specs
This commit is contained in:
parent
c71b44048c
commit
403e7681c1
4 changed files with 66 additions and 19 deletions
|
@ -374,7 +374,11 @@ var registerWebViewElement = function () {
|
|||
'print',
|
||||
'printToPDF',
|
||||
'showDefinitionForSelection',
|
||||
'capturePage'
|
||||
'capturePage',
|
||||
'setZoomFactor',
|
||||
'setZoomLevel',
|
||||
'getZoomLevel',
|
||||
'getZoomFactor'
|
||||
]
|
||||
const nonblockMethods = [
|
||||
'insertCSS',
|
||||
|
@ -383,8 +387,6 @@ var registerWebViewElement = function () {
|
|||
'sendInputEvent',
|
||||
'setLayoutZoomLevelLimits',
|
||||
'setVisualZoomLevelLimits',
|
||||
'setZoomFactor',
|
||||
'setZoomLevel',
|
||||
// TODO(kevinsawicki): Remove in 2.0, deprecate before then with warnings
|
||||
'setZoomLevelLimits'
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue