Troublesom Iphone redirect screen

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.

Try the native actions rather than an open link if you haven’t already tried.

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 :wink:

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)


This is the method im using?

Have you tried my earlier suggestion?

All you actually need is this part I think :rofl:

<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.