eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 170 forks source link

Provide AppLauncher API #146

Closed tbuschto closed 9 years ago

tbuschto commented 9 years ago

As demonstrated by the Geolocation example the AppLauncher seems works fine in tabris.js, but the API is akward (create a method with only one method and no properties or events) and can no longer be used without using tabris.registerType. We should provide and document a good appLauncher API, possibly something like tabris.launch(...)

ralfstx commented 9 years ago

Ideally, there should be a Cordova plug-in.