Thought it would be a good idea to get a conversation going on the types of native controls Bubblers might find useful. Here is a list to start:
- date/time picker
- native calendar integration
- initiate phone calls and sms
- deep linking
Native Mobile Controls Playground (will add more as they come up):
Run-time (click here to test features using a mobile device)
Feature 1: Sending an sms using native messenger (Android + iOS):
- create an external link using this as the url “sms://+12355555555”
Feature 2: Initiate a call using native caller (iOS + Android):
- create an external link using this as the url “tel:+11235555555”
Feature 3: Opening native maps app (iOS + Android):
- create an external link using this as the url “http://maps.apple.com/?q=51.507269,-0.127695”
on iOS this opens the Apple Map app, on Android it asks you to choose between the Google Maps app or opening the Google Maps website
Feature 4: Native Alert Prompt (all platforms):
- Install the Toolbox Plugin by @mishav
- Inside a workflow, trigger “run javascript” and use the following code:
alert("Bubble rocks!");