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
We do not recommend the usage of in-app browsers like the browsers built into the facebook or wechat app. This is also because they might lack some features but mostly because having a wallet sit within an in-app browser doesn't make much sense because it can then only be accessed from within that app which is likely not used for every day browsing.
For this reason, we have a detection in place that blocks access to our apps in such in-app browsers. Unfortunately, sometimes in-app browsers might initially be missed by that detection. If we then want to block these in-app browsers later on, we have to make sure that users have a possibility to backup their wallets.
For this we could have a hub /backup entry point similar to the /cashlink entry point that allows the user to backup his wallets.
The text was updated successfully, but these errors were encountered:
We do not recommend the usage of in-app browsers like the browsers built into the facebook or wechat app. This is also because they might lack some features but mostly because having a wallet sit within an in-app browser doesn't make much sense because it can then only be accessed from within that app which is likely not used for every day browsing.
For this reason, we have a detection in place that blocks access to our apps in such in-app browsers. Unfortunately, sometimes in-app browsers might initially be missed by that detection. If we then want to block these in-app browsers later on, we have to make sure that users have a possibility to backup their wallets.
For this we could have a hub
/backup
entry point similar to the/cashlink
entry point that allows the user to backup his wallets.The text was updated successfully, but these errors were encountered: