get-device-information
Mobile icon

Get Device Information

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 07 May 2020 by 
5.0
 (1 rating)
get-device-information

Get Device Information

Details
This plugin defines a global device object, which describes the device's hardware and software.
Read more

Component to fetch the mobile device information.

Goto Sample Application 


Release notes (1.0.1)

Implementation Refactored

  • Removed extra error parameters & structures
  • Removed extra if on each action
  • Removed actions console-log which cannot be used on mobile debug
  • End-user doesn't have to validate the plugin, every action now will validate internally the Cordova & plugin-load & if in-case found the issue it will raise an exception.
  • Replaced console log with Exception message for developers to get the root cause on the device.
  • Actions returning the text-type while they should be Boolean corrected
  • Grouped the action under Basic & Advance Folder
  • Removed the extra method for CorodovaDefine & using the Common-bl 
  • Added a public DeviceDetails Structure for GetAllDetails action output


New Actions

  • GetAllDetails: Return all the basic & some advance details in a single call
  • GetDeviceIsLandscape & GetDeviceIsPortrait : Return the boolean result
  • Other Folder: Consisting of internal action for plugin


Extra




Reviews (0)
Team