plugins
plugins copied to clipboard
[webview_flutter_lwe] [webview_flutter_tizen] This version of `LweWebViewController` currently has no implementation
When opening a webview screen using webview_flutter_lwe: ^0.3.9 on my Samsung TV UA43BU8000KXXD, I got a red screen:
This version of `LweWebViewController` currently has no implementation.
Does it mean my TV doesn't have the engine? What's the workaround to display HTML page inside my Flutter app?
Just to add that webview_flutter_tizen also doesn't work. My TV O/S is Tizen 6.5.
@thomaswiradikusuma Can you share your sample code? And please let me know how to test that in detail. Also, can you share your flutter-tizen version? You can print it using 'flutter-tizen doctor -v'.
@seungsoo47 I found the culprit. It's clearLocalStorage()
@thomaswiradikusuma Thank you so much for your interest. I will check the clearLocalStorage() API.
However as far as I know, the API's behavior has nothing to do with the red screen. Is the red screen still appearing on your TV? Generally, your TV has to work properly with webview_flutter_tizen and webview_flutter_lwe. In case of webview_flutter_tizen, please check this. https://pub.dev/packages/webview_flutter_tizen#note Also, please note that webview_flutter_lwe does not provide full browser spec.