You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the webview_flutter_lwe example on a TV emulator, the app is crashed.
Since we can't check the log in the emulator, I set use_sw_backend in webview.cc to true and ran it on a TV Device.
I checked the similar(?) crash occurred.
This issue looks have occurred after #695.
+) SingleBufferPool used in sw backed is also used in webview_flutter_tizen and works normally.
[I] flutter: WebView is loading (progress : 10%)
[I] flutter: Page started loading: https://www.google.com
[I] flutter: WebView is loading (progress : 55%)
[I] flutter: WebView is loading (progress : 69%)
[I] flutter: WebView is loading (progress : 0%)
[E] terminate called after throwing an instance of '
[E] std::bad_function_call
[E] '
[E] what():
[E] bad_function_call
[E]
[E] DotNET onSigabrt called on org.tizen.webview_flutter_lwe_example
When running the webview_flutter_lwe example on a TV emulator, the app is crashed.
Since we can't check the log in the emulator, I set use_sw_backend in webview.cc to true and ran it on a TV Device.
I checked the similar(?) crash occurred.
This issue looks have occurred after #695.
+)
SingleBufferPool
used in sw backed is also used in webview_flutter_tizen and works normally.The text was updated successfully, but these errors were encountered: