shashankDel
Results
1
issues of
shashankDel
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(...