I built an app pretty basic just a user list with contacts and numbers to call. How can i make the app initiate the calling app or otherwise call a number? there´s no link or html element. Is there a way to click on something and have the phone call that number ?
This interests me too.. I follow the discussion..
- Add a Page Loaded Workflow to your web app that accepts a phone number as a URL parameter, like this:
https://yourwebsite.com/?call=+14742938292
- In your mobile app, use the Open External Website action. Pass your web page’s URL with the phone number as the
callparameter.
Alternatively, you can use the Native Elements for Mobile plugin, which includes a Link Handler element. This should allow you to open tel: links directly within your app.
Note: This currently may not work in the BubbleGo app, but it should function as expected when your app is published on the store. This is the standard method for initiating phone calls in React Native, which Bubble’s Mobile Beta is built on.
1 Like
+1 Would like to know about deep linking
He’s working on this Bubble ![]()
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

