I am trying to run a movilizer movelet with ionic, but it isn't working. I got movilizer running with the following code I am using the lampaa startApp plugin:
let formsApp = (<any>window).startApp.set({
"action":"ACTION_MAIN",
"package":"com.movilizer.client.android.app.demo",
"intentstart":"startActivity",
});
formsApp.start((val)=>{
console.log(val);
}, (err) =>{
console.log(err);
});
}
I have already tried differend kind of stuff like movilizer://?action=execute&moveletID but nothing is working. How can I implement de executeforce and moveletID with this? I tried to put it in as aan extra or executeforce as an action but this gives an error.
Kind regards Thaïsah