How do I place something on top of a WebView

Is it possible to show something on top of a WebView. I have a bookmark button which allows the user to bookmark the current page in a WebView, and I would like the user to have some sort of confirmation that the bookmark has been stored properly. It would be nice with a custom modal showing up, but a toast/alert would also work. At the moment I have made a custom modal, but it appears behind the WebView, which wouldnt help the user much…

Hi Palton,

yes it is possible, as explained in NativeViewHost docs. You need to put the items inside of the same NativeViewHost, because inside of one the z-order is also taken into account.