Skip to content
Discussion options

You must be logged in to vote

Found the solution if anyone is interested in changing the WebView's properties. For other platforms you can just cast the PlatformView to its corresponding WebView

#if IOS
        var webView = _blazorWebView.Handler.PlatformView as WebKit.WKWebView;
        webView.AllowsBackForwardNavigationGestures = value;
#endif

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tahahalwanii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant