10000 chore: add WebView disableZoom typing · NativeScript/NativeScript@e72980c · GitHub
[go: up one dir, main page]

Skip to content

Commit e72980c

Browse files
committed
chore: add WebView disableZoom typing
1 parent e8955b4 commit e72980c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/core/ui/web-view/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ export class WebView extends View {
5555
*/
5656
canGoForward: boolean;
5757

58+
/**
59+
* Disable scrolling in the WebView
60+
*/
61+
disableZoom: boolean;
62+
5863
/**
5964
* Stops loading the current content (if any).
6065
*/

0 commit comments

Comments
 (0)
0