🌯Linker Wrapper

It is a tool to port responsive web applications on Progressive Web Applications (PWA) powered by Linker Finance's modules.

What kind of web applications are compatible with the Linker wrapper?

Every single page from a web application is compatible with the Linker wrapper.

How does it work?

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.

Linker wrapper post messaging flow

What is a post-message?

"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

Last updated

Was this helpful?