Native view inside of html

Hi there!

I’m getting into capacitor plugin development and I’m wondering if it’s possible to have a native view (like an Activity or a Fragment) and to display it inside a div (or any html element) :thinking:.

As far as I understand it’s not how it’s working :sleepy:. I can fire a new Intend and the activity is display on top of my App (html), but perhaps there is a way.

My plugin would generates native views, and puts them under the browser
Example with a native map :

Thank for your help.

Hey
Did you find any solution? I need the same feature.