hey origgin thanks for the reply,
i have tried this method but it seems not to work since the registred function :
function prepareExternalInterface(app) {
app.ExternalInterface.myJSFunction = function() {
console.log('Hello, World!');
}
}
doesn’t appear on the “callJsFunciton” in the Puzzle GI.
NB : this method works as charm working without a framework. Im now using the VUE JS integration for Verge.
Thank u :)