haorendashu

Results 6 comments of haorendashu

version:flutter_inapp_purchase: 5.1.2 platform: Android ``` D/AndroidRuntime(31885): Shutting down VM E/AndroidRuntime(31885): FATAL EXCEPTION: main E/AndroidRuntime(31885): Process: com.mizhichashao.chartmaker, PID: 31885 E/AndroidRuntime(31885): java.lang.IllegalStateException: Reply already submitted E/AndroidRuntime(31885): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:286) E/AndroidRuntime(31885): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success(MethodChannel.java:267) E/AndroidRuntime(31885):...

任意 dapp,随便找一个:https://block-heads.firebaseapp.com/#/ 1+5手机,系统 Android 8.1.0,操作浏览器:UC浏览器 V12.0.8.988

Hello, do you have some update about these logs?

> > Even with the current version **`webview_flutter: 4.0.7`** I still get the problem of the webview not being properly disposed after the screen is popped, the video sound keeps...

@mikecasey12 you can try ``` @override void dispose() { super.dispose(); webController.loadRequest(Uri.parse('about:blank')); } ```