You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
One of our pages uses 303 redirect to an external site. That seems to work fine on Android. On iOS, we end up with an exception.
I did a bit of digging. I'm pretty sure the code ends up in WebView.swift in the WKScriptMessageHandler. The message.name is "VisitRequestFailed" and code is "0".
Ideal situation would be to preform the redirect, recognize the site is "external" and call Turbolinks.SessionDelegate.session(..., openExternalURL: )
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
One of our pages uses 303 redirect to an external site. That seems to work fine on Android. On iOS, we end up with an exception.
I did a bit of digging. I'm pretty sure the code ends up in WebView.swift in the WKScriptMessageHandler. The message.name is "VisitRequestFailed" and code is "0".
Ideal situation would be to preform the redirect, recognize the site is "external" and call Turbolinks.SessionDelegate.session(..., openExternalURL: )
The text was updated successfully, but these errors were encountered: