Hello, all. I have two applications:
1. Native application on flutter-tizen;
2. Web Widget.
A part of my app logic depends on web widget. I've build a hybrid package using "tizen package" command and installed it using "tizen install". I added code to see list of available contexts. As it's shown on screenshot - web widget see only itself, it doesn't see native part of the app. (CU637OfEVI.native_app)
What can cause this behavior? Native part contains some logic, which I need to use from the widget.
github: https://github.com/lenchis001/WebWidgetNative