• iOS
  • Android

Features

  • Supports Native Tab Application creation.
  • Supports Built-in Net connection status and Progress Indicator.
  • Supports Home Page with build-in Authentication
  • Accelerometer: measures tilt, motion, rotation and motion gestures such as swinging or shaking of a device.
  • AddContacts: to add more than one contact in device.
  • Camera: enables to take picture and choose picture from device.
  • Capture: enables to capture image, audio and video returns result as Media File.
  • Compass: to detect the magnetic direction of device.(not supported in iPod Touch)
  • Connection Details: detect whether network is connected or not and returns connection type.
  • DeviceInfo: shows the device details like name, version.
  • GetContacts: gets the device contacts.
  • LocationDetails: produces information about the device's present physical location.
  • File: to create, manipulate and stores the files from / to device.
  • SearchContacts: enables to search the contacts by name, email and phone number.
  • Notifications: enables notification by beep sound, vibration and alert dialog.(vibration is not supported in iPod Touch)
  • IPAddress: shows the IPAddress of the connected network in device.

Fixes

  • Contacts APIs (getConatcts, addContacts, searchByFirstName, searchByLastName, searchByNumber and searchByMail) will work on iOS 6.0 devices.

Features

  • Supports Native Tab Application Creation.
  • Supports Built-in Splash Screen, BackKeyAlert, Net connection status and Progress Indicator
  • Supports Home Page with build-in Authentication
  • Accelerometer: measures tilt, motion, rotation and motion gestures such as swinging or shaking of a device.
  • AddContacts: to add more than one contact in device.
  • Camera: enables to take picture and choose picture from device.
  • Capture: enables to capture image, audio and video returns result as Media File.
  • Compass: to detect the magnetic direction of device.
  • Connection Details: detect whether network is connected or not and returns connection type.
  • DeviceInfo: shows the device details like name, version.
  • GetContacts: gets the device contacts.
  • LocationDetails: produces information about the device's present physical location.
  • File: to create, manipulate and stores the files from/to phone/sdcard.
  • SearchContacts: enables to search the contacts by name, email and phone number.
  • Notifications: enables notification by beep sound, vibration and alert dialog.
  • IPAddress: shows the IPAddress of the connected network in device.

Changes

  • Camera API will return the image in base64 format instead of device path.
  • Capture API will also return the image, audio and video files in base64 format.

Fixes

  • Back Key Navigation now retaining the history of page navigation correctly.
Top