Skip to content

Commit

Permalink
fix: sui wallet -> sui-compatible wallets in restrictions (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
giac-mysten authored Jun 17, 2024
1 parent c0196ba commit ed5df7f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/walrus-sites/restrictions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Walrus Sites are fully publicly accessible, as the metadata is stored on Sui and
stored on Walrus. Therefore, developers _must_ not store secret values within the sites.

We emphasize again that any such backend-specific operations (storing secret values, authentication,
etc.) are achievable by leveraging the integration with Sui blockchain and the Sui wallet.
etc.) are achievable by leveraging the integration with the Sui blockchain and a Sui-compatible
wallet.

## There is a maximum redirect depth

Expand All @@ -36,16 +37,15 @@ operations:
Therefore, a site deployed on Walrus Sites cannot use service workers. Installing a service worker
from within a Walrus Site will result in a dysfunctional site and a poor experience for the user.

## The iOS Sui Wallet Mobile does not work with Walrus Sites
## iOS Sui Mobile Wallets do not work with Walrus Sites

**WARNING**: This limitation only applies to Portal based on service workers. A web Portal will not
have this limitation.

Service workers cannot be loaded inside an in-app browser on iOS, because of a limitation of the
WebKit engine. As a consequence, Walrus Sites cannot be used within the [Sui Wallet
Mobile](https://apps.apple.com/us/app/sui-wallet-mobile/id6476572140) app on iOS, and therefore
the Sui wallet can currently not be used on a Walrus Site on iOS. Note, however, that _browsing_ a
Walrus Site is still possible on iOS through any browser. Only the connection to the wallet is
impacted.
WebKit engine. As a consequence, Walrus Sites cannot be used within Sui-compatible wallet apps on
iOS. Therefore, Sui wallets cannot currently be used on a Walrus Site on iOS. Note, however, that
_browsing_ a Walrus Site is still possible on iOS through any browser. Only the connection to the
wallet is impacted.

The connection with the Sui Wallet Mobile app works on Android devices.
The connection with the Sui Wallet apps works on Android devices.

0 comments on commit ed5df7f

Please sign in to comment.