Hello, I was looking into Expivi as a possible solution to include the 3D configurator for an iOS app I’m making.
I was looking into the doc and it seems it’s possible to embed the player in a webpage. thus it seems it’s possible to use a platform mobile WebView to render the webpage that handles this, and then communicate with JavaScript events.
My main question and doubt it, would this work? Load the WebView inside a screen on my app, then use JavaScript events detailed on the documentation to get the information and send it to the app to handle and process from there?
Thanks for the help.