đ¯Linker Wrapper
It is a tool to port responsive web applications on Progressive Web Applications (PWA) powered by Linker Finance's modules.
Last updated
It is a tool to port responsive web applications on Progressive Web Applications (PWA) powered by Linker Finance's modules.
Last updated
Every single page from a web application is compatible with the Linker wrapper.
Linker wrapper uses a web-view to render the web application on mobile devices (iOS and Android) and uses post-messages to establish communication with the mobile application and viceversa. Those messages are used to trigger some mobile functionality, enabling mobile views or sending data that the application side can manage.
"The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it"
https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage