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

Features

  • IOS and Android render mode supports have been added for the Tab, ToolBar, Menu, ListBox, Button, Grid, ToggleButton, Rating, Dialog, Header, Footer, AutoComplete, and WaitingPopup controls. There are four types of render modes: IOS, Android, Auto, and Normal. By default, the controls will be rendered in the IOS mode. The normal render mode will provide the existing appearance and behavior for the controls. The auto render mode will render the controls in the IOS or Android mode based on the device.
  • Group button has been implemented.
  • Provided support for the MVC 4 framework version.
  • CDN support has been added.
  • VS2012 and Windows 8 supports have been added.

BreakingChanges

  • Default render mode has been changed from Normal to IOS.
  • The "Mode" API name has been changed to "Theme" (Android API) in all controls.
  • The "AndroidMode" enum name has been changed to "AndroidTheme" (Android API) in all controls.
  • The "MobButtonStyle" enum name has been changed to "IOSButtonStyle" in Button, ActionLink and RouteLink controls.
  • The "NormalButtonColor" enum name has been changed to "ButtonColor" in Button, ActionLink and RouteLink controls.
  • The "Style" API name has been changed to "Position" in GroupButton control.
  • The "IOSMode" enum name has been changed to "IOSTheme" in GroupButton control .
  • The "ButtonAText" API name has been changed to "LeftButtonText" in Dialog control.
  • The "ButtonBText" API name has been changed to "RightButtonText" in Dialog control.
  • The "ButtonAType" API name has been changed to "LeftButtonType" in Dialog control.
  • The "ButtonBType" API name has been changed to "RightButtonType" in Dialog control.
  • The "HeadPosition" enum name has been changed to "MobPosition" in Header control.
  • The "HeaderPosition" enum name has been changed to "MobCoordinates" in Header control.
  • The "FootPosition" enum name has been changed to "MobPosition" in Footer control.
  • The "FooterPosition" enum name has been changed to "MobCoordinates" in Footer control.
  • The "MobPosition" enum name has been changed to "SpinnerPosition" in Numeric and PercentTage textbox controls.
  • The "OnItemRemove" client side event name has been changed to "OnItemUnSelect" in Listbox control.
  • The "IOSToolbarStyle" enum name has been changed to "IOSToolbarTheme" in Toolbar control.
  • The "ToolbarStyle" API name has been changed to "ToolbarTheme" in Toolbar control.

Features

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

Features

  • Supports Multiple Tabs creation.
  • Supports Built-in Splash Screen, BackKeyAlert, Net connection status and Progress Indicator
  • 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.
  • 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.

Features

  • Supports Multiple Tabs creation.
  • Supports Built-in Net connection status and Progress Indicator.
  • 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.
  • 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.

Known Issue

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