I found the way to enable/disable zoom controls in Android WebView from following question.
How to remove zoom buttons on Android webview?
I'm using NativeScript and I don't see similar method in NativeScript WebView. Is there any way I can access the methods of Android WebView from NativeScript? Or, is there any other way?
Thanks.