• ASP.NET MVC
  • Windows Phone
  • Android
  • iOS

Features

  • Windows render mode supports have been added for the Tab, ToolBar, Menu, ListBox, Button, ToggleButton, Rating, Dialog, Header, Footer, AutoComplete, and WaitingPopup controls.
  • Client side rendering support has been added.

Changes

  • By default, the controls will be rendered in Auto mode instead of IOS mode.

Breaking Changes

  • Visual Studio Orubase MVC Project template support has been removed.

Known Issues

  • Scrolling will not work in windows phone 7.5 device for the Scrollpanel, ListBox, Menu and AutoComplete controls due to its browser(ie9) compatibility issue.
  • Animation will not work in windows phone 7.5 device for the Menu, ListBox, ToggleButton and Dialog controls, due to its browser(ie9) compatibility issue.
  • Swiping will not work in windows phone 7.5 device for the Tab control, due to its browser(ie9) compatibility issue.

Features

  • Supports Native Pivot Application Creation.
  • Supports Backkey Alert, Net Connection Status and and Progress Indicator.
  • Supports Home page with built-in Authentication Mechanism.
  • Support for accessing Native APIs.
  • Supports Built-in Navigation error and Redirection on Navigation failed.
  • 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 device.
  • 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.

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.

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.
Top