Hello all,
My intention is redirect from retool app to google search + query after I click a button. I have installed Google on my device
Can I do that ?
I have done setting URL scheme google://search?q= but it's not working. Retool opened https://google//search?q= instead
Thanks
ScottR
January 8, 2023, 5:18pm
#2
You're missing the.com after google.
1 Like
Thanks @ScottR , what you meant is open a normal URL, my intention is to open URL Scheme (Deep link)
Try to urlencode
the query - the value of textInput9
query might mess up the link handler
I have tried encodeURL
, but it's still not working. Even with google://search
only
Hello! Thanks everyone for chiming in.
Unfortunately deep linking via open URL schemes is currently not supported on Retool. Our current implementation of "Go to App URL" will not support app schemes, even if they are URL-encoded.
1 Like
@Vinh_Thieu quick amendment here! Retool Mobile supports a few URI schemes within the WebView component:
1 Like