Skip to content

Conversation

@JSUYA
Copy link
Owner

@JSUYA JSUYA commented Oct 27, 2022

No description provided.

bbrto21 and others added 11 commits November 1, 2022 09:41
…ter-tizen#472)

* Use flutter_secure_storage instead of SecureStorage.
* Exclude an integration test from recipe.
* Update version.

Signed-off-by: Boram Bae <[email protected]>
- Adds Wear OS support for rotary events
- Breaking: `RotaryEvent` is now a class with `direction` and `magnitude` properties
- Adds `RotaryScrollController` for easily making scrollable widgets respond to rotary events

Co-authored-by: Swift Kim <[email protected]>
* Change the name for coexistence with EWK-based webview plugin.
* webview_flutter_tizen will change based on EWK in flutter-tizen#479 

Signed-off-by: Boram Bae <[email protected]>
* This PR based on flutter-tizen#400.
* It provides a much more reliable user experience about web browsing than using LWE.
* But EWK's offscreen rendering only works well on TV devices, so other devices and emulators are not supported.

Signed-off-by: Boram Bae <[email protected]>
JSUYA added a commit that referenced this pull request Nov 22, 2022
For EncodableValue(), the result of Eina_bool type must be explicitly changed to bool type.

[Log]
E/ConsoleMessage(24058): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'int' is not a subtype of type 'bool?' in type cast
E/ConsoleMessage(24058): #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:296:41)
E/ConsoleMessage(24058): <asynchronous suspension>
E/ConsoleMessage(24058): #1      NavigationControls.build.<anonymous closure>.<anonymous closure> (package:webview_flutter_tizen_example/main.dart:462:27)
E/ConsoleMessage(24058): <asynchronous suspension>

Eina_Bool documents
https://docs.tizen.org/iot/api/5.0/tizen-iot-headed/group__Eina__Types__Group.html#ga3fe0caf72e93b1bab1ca8ee3ccf3f226
JSUYA added a commit that referenced this pull request Nov 22, 2022
For EncodableValue(), the result of Eina_bool type must be explicitly changed to bool type.

[Log]
E/ConsoleMessage(24058): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'int' is not a subtype of type 'bool?' in type cast
E/ConsoleMessage(24058): #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:296:41)
E/ConsoleMessage(24058): <asynchronous suspension>
E/ConsoleMessage(24058): #1      NavigationControls.build.<anonymous closure>.<anonymous closure> (package:webview_flutter_tizen_example/main.dart:462:27)
E/ConsoleMessage(24058): <asynchronous suspension>

Eina_Bool documents
https://docs.tizen.org/application/native/api/wearable/5.5/group__Eina__Types__Group.html#ga3fe0caf72e93b1bab1ca8ee3ccf3f226
JSUYA added a commit that referenced this pull request Jan 8, 2024
```
[E] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(Invalid operation, The webview instance has not been initialized.
 Fail to create ecore evas.
 Fail to create ewk_view., null, null)
 #0      StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:651)
 #1      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:322)
<asynchronous suspension>

```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants