Would it be possible to embed a PlayCanvas game into a nativescript app

Hi, I’d like to add 3d to my NativeScript app and was wondering how difficult it would be to embed a game into nativescript? ( Or using webview perhaps? )

Looking at the docs, it’s not possible because it doesn’t use webviews and therefore doesn’t support WebGL.

You could use Cocoon.io or PhoneGap to wrapper a HTML5 app to a ‘native’ app to upload to the app stores using webview.

Edit: I see that you can add a webview into NativeScript so it could work. Shouldn’t be that hard to try out as you can create a webview and use a PlayCanvas build URL (e.g https://playcanv.as/p/lBg2rBGR/ or https://playcanv.as/e/p/lBg2rBGR/ )