-
Notifications
You must be signed in to change notification settings - Fork 939
Closed
Description
I just want to navigate to a webview to let users to fill in some information.But when i navigate to this link:http://anylogic-assistant.mikecrm.com/akJvneA
.It seems can't show the whole page,just show a line "Powered by MikeCRM".
'/feedback': (_) => WebviewScaffold(
url: 'http://anylogic-assistant.mikecrm.com/akJvneA',
appBar: new AppBar(
title: const Text('feedback'),
),
),
In the meanwhile,my DEBUG CONSOLE shows following errors:
W/System ( 2689): ClassLoader referenced unknown path: /system/app/webview/lib/x86
I/WebViewFactory( 2689): Loading com.android.webview version 51.0.2704.91 (code 275509110)
I/cr_LibraryLoader( 2689): Time to load native libraries: 5 ms (timestamps 7610-7615)
I/cr_LibraryLoader( 2689): Expected native library version number "51.0.2704.91", actual native library version number "51.0.2704.91"
V/WebViewChromiumFactoryProvider( 2689): Binding Chromium to main looper Looper (main, tid 1) {43edaa3}
I/cr_LibraryLoader( 2689): Expected native library version number "51.0.2704.91", actual native library version number "51.0.2704.91"
I/chromium( 2689): [INFO:library_loader_hooks.cc(143)] Chromium logging enabled: level = 0, default verbosity = 0
I/cr_BrowserStartup( 2689): Initializing chromium process, singleProcess=true
E/ApkAssets( 2689): Error while loading asset assets/natives_blob_64.bin: java.io.FileNotFoundException: assets/natives_blob_64.bin
E/ApkAssets( 2689): Error while loading asset assets/snapshot_blob_64.bin: java.io.FileNotFoundException: assets/snapshot_blob_64.bin
W/cr_media( 2689): Requires BLUETOOTH permission
I/cr_DRP ( 2689): No DRP key due to exception:java.lang.ClassNotFoundException: com.android.webview.chromium.Drp
D/cr_Ime ( 2689): [InputMethodManagerWrapper.java:30] Constructor
W/cr_AwContents( 2689): onDetachedFromWindow called when already detached. Ignoring
D/cr_Ime ( 2689): [InputMethodManagerWrapper.java:59] isActive: false
I/cr_Ime ( 2689): ImeThread is not enabled.
W/art ( 2689): Attempt to remove non-JNI local reference, dumping thread
E/libEGL ( 2689): validate_display:99 error 3008 (EGL_BAD_DISPLAY)
I/VideoCapabilities( 2689): Unsupported profile 4 for video/mp4v-es
D/ ( 2689): HostConnection::get() New Host Connection established 0x933f2a40, tid 2765
W/art ( 2689): Attempt to remove non-JNI local reference, dumping thread
W/art ( 2689): Attempt to remove non-JNI local reference, dumping thread
W/art ( 2689): Attempt to remove non-JNI local reference, dumping thread
W/cr_BindingManager( 2689): Cannot call determinedVisibility() - never saw a connection for the pid: 2689
my plugin version is:
flutter_webview_plugin: ^0.3.0+2
i think may be is some js can't be loaded ,but i can't fix it.
Metadata
Metadata
Assignees
Labels
No labels