Combine the Capacitor WebView with native elements, e.g. native Bottom Navigation on Android?

Is it possible to use Capacitor for the main content of my app and yet use e.g. a real native Bottom Navigation bar on Android? Something like this:

--------------
|            |
|   WebView  |
|            |
--------------
| Bottom Nav |
--------------

Actually yes! We just released a new product called Portals that enables you to do this.

There is a demo video showcasing this in the Portals documentation

Thank you very much, will have a look at it!

1 Like