You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
displayZoomControls not working and supportZoom not working i try with google link too and nothing but when i add textZoom it works this current option
pls assist me why its not working :(
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
Here is my code:
Widget _inlineWebView() { Map<String, dynamic> options = Map<String, dynamic>(); options.addAll({ "supportZoom": true, "displayZoomControls": true, "javaScriptEnabled": true, }); return InAppWebView( initialUrl: widget.link, onWebViewCreated: (InAppWebViewController controller){ setState(() { controller.setOptions(options); }); }, ); }
displayZoomControls not working and supportZoom not working i try with google link too and nothing but when i add textZoom it works this current option
pls assist me why its not working :(
The text was updated successfully, but these errors were encountered: