mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: add WebView disableZoom typing
This commit is contained in:
5
packages/core/ui/web-view/index.d.ts
vendored
5
packages/core/ui/web-view/index.d.ts
vendored
@@ -55,6 +55,11 @@ export class WebView extends View {
|
||||
*/
|
||||
canGoForward: boolean;
|
||||
|
||||
/**
|
||||
* Disable scrolling in the WebView
|
||||
*/
|
||||
disableZoom: boolean;
|
||||
|
||||
/**
|
||||
* Stops loading the current content (if any).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user