webviewx icon indicating copy to clipboard operation
webviewx copied to clipboard

on web google.com or any other URL not launching properly it says "url name " refused to connect and screen fluctuates

Open shashankDel opened this issue 3 years ago • 4 comments

child: webx.WebViewX( key: ValueKey('webx'), onWebResourceError: (error) { print('error yha h $error'); }, width: MediaQuery.of(context).size.width, height: MediaQuery.of(context).size.height, // initialContent: 'cuddi', initialSourceType: webx.SourceType.urlBypass, javascriptMode: webx.JavascriptMode.unrestricted, onWebViewCreated: (controller) { webviewController = controller; webviewController.loadContent( "https://google.co.in", webx.SourceType.urlBypass, // headers: {'token': state.paymentToken}, body: context ); }, )

also I. added a / after link but nothing changed

shashankDel avatar Nov 18 '21 08:11 shashankDel

same problem

Bondidos avatar Apr 14 '22 07:04 Bondidos

no solution to this yet?

odejinmi avatar May 18 '22 18:05 odejinmi

In my case, was iframe origin setting from the server. It cannot be solved from front side

Bondidos avatar May 18 '22 18:05 Bondidos

same problem. Can't find a solution

xfy6238 avatar Nov 15 '22 10:11 xfy6238