Involt for mobile

Configuration

The current mobile version is made for Bluetooth 2.0 and Android. There are no additional steps to configure your project. Just make sure that in settings.js communication is set to Bluetooth. To change Phonegap related settings use config.xml instead of package.json.

Phonegap Build

The easiest way is to use Phonegap Build. With free account you can upload single private app as .zip file or multiple public Github forks. Add to .zip archive the contents of involt folder but don't pack node-webkit files. If everything is correct you should see Involt icon and name. As you can see there aren't many things to do here. When you finish uploading your project you can download it via QR code scanner on your phone.

involt for mobile phonegap

Additional info

  • Mobile communication behavior may differ from desktop. Sometimes you should consider using higher delays in sketch when there is a lot of data to send.
  • In some cases your app will require changes in CSS (due to some Cordova quirks not the Involt itself). Heavy DOM manipulations from javascript are not recommended.
  • Enabling hydration will check for updates automatically so you don't have to manually redownload the app.
  • Chrome dev tool has ability to inspect (and preview) the app from remote device and use console to debug.
  • Phonegap Developer App is not supported unless you make custom build that includes required plugins.
  • Remember to pair the device, however - when app is launched Android should ask to pair the device.
  • For multiple involt apps change ID and name in config.xml