Wizcorp/cordova-plugin-wizviewmanager

Upgrade to Ejecta1.3

Closed this issue · 6 comments

Hi,

Do you plan an upgrade to ejecta 1.3 ? Seems there is much better WebGL support.

Yes, we would like to do an update to Ejecta. Currently there is no schedule for this though.

Hi aogilvie, how could change the canvasView's "z-index" ? I want to set the canvasView in the webview below.

@html5solo There is no z-index-ing of views currently.
To force a view to the top you will need to remove and create it again.

The closest you get to "z-index" is creation order: for example
---- phonegap "mainView"
-------- new canvas view
------------ new webview

^ "new webview" is the front-most view.

CanvasView is also not a component of UIWebView so you cannot "set the canvasView in (or inside?) the webview".

@DarkenCZ there is now a very experimental update to WizViewManager with Ejecta version 1.3 in branch "v2.7-ejecta1.3"

Tapping "Create Canvas" then "Load into Canvas" should load a sample of WebGL!!!

🔥 use at your own risk 🔥

I love you! :)

it's working, I just needed to make lot of fixies in xcode paths, but the demo is alive :) 👍