Browser API
Block | Icon | Description |
---|---|---|
JSONP Loader | ![]() | Retrieves JSONP data from the specified URL |
Geo-Location | ![]() | Retrieves the user’s latitude and longitude |
Device Orientation | ![]() | Returns the DeviceOrientationEvent alpha, beta, and gamma of the device, if available |
Device Motion | ![]() | Returns the current DeviceMotionEvent acceleration, acceleration including gravity, and rotation of the device, if available |
Web Document | ![]() | Sends and retrieves a variety of information to and from the browser, including device information, header title, and search and hash strings |
Local Storage | ![]() | Allows your project to store information in the user’s browser, over multiple sessions and browser windows |
Blob URL | no icon | Creates a temporary URL that holds a binary object or string |
IFrame Message | ![]() | Allows messages to be passed between an IFrame and its parent |
Export HTML | ![]() | Exports the current .dg5 file as HTML |
Get View Property | ![]() | Retrieves the HTML5 view property for a specified DGLux5 component |
JavaScript | ![]() | Enables loading and running JavaScript and accessing JavaScript and HTML APIs |
Close Warning Dialog | no icon | Causes a warning dialog to be displayed when the user tries to close this page |