html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

what Solution?

Open m7md3tef1 opened this issue 1 year ago • 0 comments

          Temporary Fixer: I resolved this by adding a 2 sec delay when using controller.setText(). and now I have a new problem. on navigation back.

Error:- [ERROR:aw_browser_terminator.cc(125)] Renderer process (27984) crash detected (code -1). E/flutter (27785): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method isLoading on channel com.pichillilorenzo/flutter_inappwebview_0) E/flutter (27785): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7) E/flutter (27785): E/flutter (27785): #1 InAppWebViewController.isLoading (package:flutter_inappwebview/src/in_app_webview/in_app_webview_controller.dart:1425:12) E/flutter (27785): E/flutter (27785): #2 HtmlEditorController._evaluateJavascript (package:html_editor_enhanced/src/html_editor_controller_mobile.dart:260:39) E/flutter (27785): E/flutter (27785): E/flutter (27785): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method isLoading on channel com.pichillilorenzo/flutter_inappwebview_1) E/flutter (27785): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7) E/flutter (27785): E/flutter (27785): #1 InAppWebViewController.isLoading (package:flutter_inappwebview/src/in_app_webview/in_app_webview_controller.dart:1425:12) E/flutter (27785): E/flutter (27785): #2 HtmlEditorController._evaluateJavascript (package:html_editor_enhanced/src/html_editor_controller_mobile.dart:260:39) E/flutter (27785):

Originally posted by @khize-r in https://github.com/tneotia/html-editor-enhanced/issues/384#issuecomment-1818286898

m7md3tef1 avatar Nov 05 '24 10:11 m7md3tef1