I wanna start a thread with some tips and tricks for the clickteam forum members. Some kind of MMF iOS Wiki

Hope you'd love to share your knowledge with other members.



TAB TO CALL:
(Thanks to: RhysD)

When the user hits the button to call, make the webview navigate to the page

"tel:numberhere"

So the expression might be

Webview - OpenURL
"tel:" + Str$(phnumber)


iOS Picker:
(thanks to: AyreGuitar)

To get the typical iOS Picker, use the 'ListObject'