You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Sure! To load an app, you just call load("appname.app.js"). You can get the JS name by loading the appname.info file and looking inside, but the apps pretty much all use "appname.app.js" as the format of the name so you should be safe.

    So the code would look like:

    Bangle.on('swipe',function() {
      load("appname.app.js");
    });
    
About

Avatar for Gordon @Gordon started