chore: add WebView disableZoom typing

This commit is contained in:
Osei Fortune
2021-12-04 22:52:51 -04:00
parent e8955b4ed4
commit e72980c85b

View File

@@ -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).
*/