I added AG Grid inside a FlutterFlow WebView. In the AG Grid, I added an "Info" button. The button is supposed to navigate to a different FlutterFlow page (outside the WebView) and pass a parameter. However, the navigation is only working inside the WebView, not outside of it.
Navigation Problem: AG Grid Button in WebView Not Redirecting Outside to FlutterFlow webview.
Actions & Logic
I tried using postMessage
in the action button, but it is still opening in a flutterflow webView
No
1