Fuse Development Update - Native View Module #47
breautek
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just thought to give an update on what's been happening behind the scenes. Especially since it looks like the project is going inactive.
I'm a one-man army but I can ensure you I've been plugging away.
What I've been working on is a native view module, a module not intended to be used directly by applications, but can be used to support other modules in providing a native view container to be overlaid on top of the webview, synced to a chosen DOM node in the webview.
This means that the native view container will be the same size and position as seen on the screen and can be used to populate native view content. Some examples may include:
Optionally, a secondary webview can be built to build UI on top of the native view layer. This webview will be it's own process, separate from the main app webview, but will have a communication channel to send serialized string messages, to respond to click actions for example.
Early sample screenshot with the blue border representing a native view, with a native iOS system button, followed by a Webview Overlay rendering a div button.
The module is still a work in progress and further updates will be announced at a later date.
Beta Was this translation helpful? Give feedback.
All reactions