-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled Exception: Exception: HTML editor is still loading, please wait before evaluating this JS: $('#summernote-2').summernote('code', '');![BUG] #527
Comments
Facing same issue after update to latest 2.6.0 |
facing same issue |
any update? |
any update |
facing same issue |
same issue... |
Has there been any progress on this bug? I am having the same issue, and it's been three months since it was reported. Here's the error I am getting: |
Yes, I am working on it. do this. flutter clean
flutter pub cache clean
flutter pub get
…On Mon, Oct 14, 2024 at 7:18 AM webdevonline ***@***.***> wrote:
Has there been any progress on this bug? I am having the same issue, and
it's been three months since it was reported.
—
Reply to this email directly, view it on GitHub
<#527 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACV72UVCOFI73OKBTKXHW5DZ3PHDDAVCNFSM6AAAAABLHRMY5GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJRGQYDIMZYGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I had done that already and the error was still happening. I just did it again, and the same is still true. It doesn't happen every time. I am running on an emulator. But it happens more often than not. It happens when I make the following call: |
Has there been any update to this? |
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error, Unknown feature SUPPRESS_ERROR_PAGE, null, java.lang.RuntimeException: Unknown feature SUPPRESS_ERROR_PAGE
E/flutter ( 4843): at androidx.webkit.internal.WebViewFeatureInternal.isSupported(WebViewFeatureInternal.java:649)
E/flutter ( 4843): at androidx.webkit.internal.WebViewFeatureInternal.isSupported(WebViewFeatureInternal.java:618)
E/flutter ( 4843): at androidx.webkit.WebViewFeature.isFeatureSupported(WebViewFeature.java:611)
E/flutter ( 4843): at com.pichillilorenzo.flutter_inappwebview_android.webview.in_app_webview.InAppWebView.prepare(InAppWebView.java:436)
E/flutter ( 4843): at com.pichillilorenzo.flutter_inappwebview_android.webview.in_app_webview.FlutterWebView.(FlutterWebView.java:82)
E/flutter ( 4843): at com.pichillilorenzo.flutter_inappwebview_android.webview.FlutterWebViewFactory.create(FlutterWebViewFactory.java:67)
E/flutter ( 4843): at io.flutter.plugin.platform.PlatformViewsController.createPlatformView(PlatformViewsController.java:523)
E/flutter ( 4843): at io.flutter.plugin.platform.PlatformViewsController$1.createForPlatformViewLayer(PlatformViewsController.java:168)
E/flutter ( 4843): at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.create(PlatformViewsChannel.java:105)
E/flutter ( 4843): at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.onMethodCall(PlatformViewsChannel.java:55)
E/flutter ( 4843): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:267)
E/flutter ( 4843): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:292)
E/flutter ( 4843): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$io-flutter-embedding-engine-dart-DartMessenger(DartMessenger.java:319)
E/flutter ( 4843): at io.flutter.embedding.engine.dart.DartMessenger$$ExternalSyntheticLambda0.run(Unknown Source:12)
E/flutter ( 4843): at android.os.Handler.handleCallback(Handler.java:942)
E/flutter ( 4843): at android.os.Handler.dispatchMessage(Handler.java:99)
E/flutter ( 4843): at android.os.Looper.loopOnce(Looper.java:201)
E/flutter ( 4843): at android.os.Looper.loop(Looper.java:288)
E/flutter ( 4843): at android.app.ActivityThread.main(ActivityThread.java:7872)
E/flutter ( 4843): at java.lang.reflect.Method.invoke(Native Method)
E/flutter ( 4843): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
E/flutter ( 4843): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
E/flutter ( 4843): )
E/flutter ( 4843): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:648:7)
E/flutter ( 4843): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334:18)
E/flutter ( 4843):
The text was updated successfully, but these errors were encountered: