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) .
As far as I understand it’s not how it’s working . 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.