I’m integrating Ionic Portals to an iOS app made with Ionic and Angular that use Unity as a Library.
I need to show a small UI around the unity view, but Unity has no support to partial screen and it launches its own UIWindow, so I have create a view and show it over Unity. I already know how to do this with a native view, but it would be ideal to show an angular view to avoid rewrite all the UI in swift and the communication bridge.
I thought Ionics Portals could be a solution, and I was able to show a portal over Unity, but this app is another instance of my web app and doesn’t share the data and services. Is there a way to have just one web app instance shared between portals?