interactive_webview icon indicating copy to clipboard operation
interactive_webview copied to clipboard

Plugin that allow Flutter to communicate with a native WebView.

Results 6 interactive_webview issues
Sort by recently updated
recently updated
newest added

temporarily published to interactive_webview_null_safety package

it cant work for me. `import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_webview_plugin/flutter_webview_plugin.dart'; import 'package:interactive_webview/interactive_webview.dart'; const String url = 'http://192.168.1.3:3000'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This...

enhancement

how to release it,like 'flutterWebviewPlugin.close()' using it can not release

Hello, first of all, I initially used it on Android, which really surprised me. Then I want to ask a question, how to reference another JS file in one JS

Xcode Version 10.1 The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. Supported values are: 3.0, 4.0, 4.2. This setting...

I have some JavaScript code which draw chess board on web page (in a Django web app), can this js draw code work with this package? Basically, I want to...