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
Hi @earrietadev, thanks for providing the Xbull which help our PWA integrate to stellar net, even it still on testnet.
Background
Our PWA expect to running both on desktop and mobile, when I was connecting xbull from our dApp on my desktop web or desktop PWA it looks like works, but when running on mobile (iOS), it wouldn't trigger a wallet app to connect wallet, although I had setup my wallet before. I assume that local storage between on safari/iOS browser and dApp have different origin, based on this https://stackoverflow.com/questions/77189402/sharing-session-between-safari-and-pwa. Is there any suggestion which will address the issue from the wallet kit? or is there any compatibility issue about sharing storage between PWA and iOS (android was worked) so that wouldn't trigger anything to pop up the wallet?
Expectation
my PWA is able to connect and sign tx to xbull both on desktop and mobile
Hi there, that's expected. iOS PWA support is near to nothing and unfortunately that's something I don't believe it will change in the near future (Apple is highly opposed to give more support to PWA technologies). Android on the other hand, the support is higher (Google has pushed a lot for PWA support).
Because of those known issues from iOS, we are building xBull Signer (an iOS/Android app) which is currently in beta testing. If you want to be added to the TestFlight list, you can check about it: https://twitter.com/xBullWallet/status/1739348163691946324
Hi, I've just signed up xBull Signer for beta testing. Does xBull signer actually could bridging connection between my PWA and xBull wallet? or it only works bridging for common web app?
Hi @earrietadev, thanks for providing the Xbull which help our PWA integrate to stellar net, even it still on testnet.
Background
Our PWA expect to running both on desktop and mobile, when I was connecting xbull from our dApp on my desktop web or desktop PWA it looks like works, but when running on mobile (iOS), it wouldn't trigger a wallet app to connect wallet, although I had setup my wallet before. I assume that local storage between on safari/iOS browser and dApp have different origin, based on this https://stackoverflow.com/questions/77189402/sharing-session-between-safari-and-pwa. Is there any suggestion which will address the issue from the wallet kit? or is there any compatibility issue about sharing storage between PWA and iOS (android was worked) so that wouldn't trigger anything to pop up the wallet?
Expectation
my PWA is able to connect and sign tx to xbull both on desktop and mobile
Here is my short code relates to the issue
The text was updated successfully, but these errors were encountered: