Im using glide to place calls and send email/sms. one thing that is really driving me crazy is the blank screen i end up on after every interaction. is their a way to redirect to the trigger screen?
How are you configuring the action(s)? I haven’t seen this behaviour.
For placing calls you could try this in a rich text component
<!DOCTYPE html>
<html>
<head>
<title>call</title>
</head>
<body>
<div class="container" style="font-family: Arial, sans-serif; font-size: 13px;">
<a href="tel:1234567891">1234567891</a>
</div>
</body>
</html>
All you need is the div not the rest ![]()
Im using the native actions and get the blank screen on any action!
What native actions are you using? Can you share some screenshots?
I think these (or could be using an open link instead, not sure)
Have you tried my earlier suggestion?
All you actually need is this part I think ![]()
<div class="container" style="font-size: 13px;">
<a href="tel:1234567891">1234567891</a>
</div>
What phone OS version are you on?
Latest version and phone is 1 yr old same on brand new iPad pro
If you can reliably reproduce this, I would submit a ticket through the bottom right icon in your builder.


