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
Why wouldn't we just wait for the issue to be fixed upstream, rather than implementing a workaround that has to be removed in the future?, not sure of the benefit here.
(Previous comment deleted - Sorry @sinclairpaul! I was confused in replying to your message and thought this was the discussion thread I started for the iOS client. )
Yes, this would hopefully eventually be mitigated in the iOS client. This issue also happens for standalone mobile Safari, at least if HA is accessed over http. The addon already has one workaround for loading the tailscale auth website on desktop.
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
Problem/Motivation
iOS native app currently does not support target=_blank in window.open. This may also be an problem for native Safari browsing.
Related Issues
#103
home-assistant/iOS#2325
Expected behavior
Native app open url dialog is triggered or link is provided for user.
Actual behavior
Modal popup, "Failed to log in: null is not an object (evaluating 'window.open(url,"_blank").focus') (OK)
Previously referenced here:
#103
Steps to reproduce
Install Tailscale addon. Attempt to authenticate in to tailscale from iOS mobile app or mobile Safari.
Proposed changes
Modify JS to provide fallback. https://github.com/bitfliq/addon-tailscale/tree/main/tailscale
Desktop browser UX is unchanged. Fallback for mobile is this:
The text was updated successfully, but these errors were encountered: