I want to create android app that reuses most of my web UI but with few native functionality. What is a good approach to seamlessly navigate between native screens and web ones? Is this a commonly solved problem? thanks
z
Zun
02/28/2022, 12:56 PM
Many clothing apps such as HM/Otrium/Nike etc simply use WebView. I do notice it's often inside of a BottomBar in which another bar item navigates to a native screen
👍 1
a
Alexander Suraphel
02/28/2022, 12:59 PM
Yeah @Zun noticed that too. I was wondering if there are patterns on reusing a webview instance and doing navigation. Thanks