Oman Rai

Results 2 comments of Oman Rai

body: InAppWebView( initialUrlRequest: URLRequest(url: Uri.parse("YOUR_INITIAL_URL")), initialOptions: InAppWebViewGroupOptions( crossPlatform: InAppWebViewOptions( javaScriptEnabled: true, // Other options... ), ), onWebViewCreated: (controller) { webView = controller; }, onLoadStart: (controller, url) async { // Handle...

thank you, i would . On Mon, Jan 20, 2025 at 6:24 PM Muhammad Fiaz ***@***.***> wrote: > [image: GitHub Streak] > > you can use this instead :) >...