You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Geolocation widget enables PhoneGap native geolocation functionality within your Mendix mobile application. This is a widget that will be functional from Mendix 5.10.
4
+
5
+
## Configuration
6
+
7
+
Place the widget in a dataview where you want the button to be placed. Make sure this form is reachable from a mobile application.
8
+
9
+
### Button
10
+
#### Label
11
+
The label text that is shown on the button.
12
+
13
+
#### Class
14
+
An optional class to be placed directly on the button dom node.
15
+
16
+
### Data source
17
+
#### Latitude Attribute
18
+
The attribute on the dataview object where the latitude should be set to.
19
+
20
+
#### Longitude Attribute
21
+
The attribute on the dataview object where the longitude should be set to.
22
+
23
+
### Events
24
+
#### On change microflow
25
+
An optional microflow that will be triggered once the location has been retrieved. It is advised to use this at least with a Refresh in client call, to make sure the UI is updated correctly.
0 commit comments