Hi!
I need to trigger a model ( #MyModal ) from inside a WebGL Application.
I've tried to call it in a "bootstrap style":$('#myModal').modal();
But i doesn't trigger that modal - the screen got darkened but the modal doesn't show up.$.magnificPopup.open('myModal1'); throws an Type Error: c is undefined.
Is in canvas a different function called to trigger a modal ?
Would be awesome if you know a solution :-D
