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
At the moment Beacon UI does not expect to have extensions installed, when navigator.userAgent is of mobile nature. It does check their presence (pings are received by extension), but will not provide corresponding user-actions (render corresponding buttons).
Thus, there is no attempt to connect with extension at all. Noticed this, while adapting our wallet extension for mobile-first browsers.
With this consideration, UI is up to be decided, but desired effect is reflected by this PR: #791
At the moment Beacon UI does not expect to have extensions installed, when
navigator.userAgent
is of mobile nature. It does check their presence (pings are received by extension), but will not provide corresponding user-actions (render corresponding buttons).Thus, there is no attempt to connect with extension at all. Noticed this, while adapting our wallet extension for mobile-first browsers.
With this consideration, UI is up to be decided, but desired effect is reflected by this PR: #791
Screen.Recording.2024-07-08.at.22.38.03.mov
Screen.Recording.2024-07-09.at.13.36.25.mov
The text was updated successfully, but these errors were encountered: