admin管理员组文章数量:1406942
I have created a react native expo app using Webview to load my website, my the only and last issue is when I login then re-open the app it redirects me to login page even logout has same issue after logout, try to re-open the app it still shows dashboard page it seems the website caches the cookies.
As development everything is fine but when I use:
eas build -p android --profile preview
and install the app I face the issues
I have tried some approaches like:
thirdPartyCookiesEnabled={true}
sharedCookiesEnabled={true}
domStorageEnabled={true}
本文标签: React native expo webview after login and reopen the app it redirects to login pageStack Overflow
版权声明:本文标题:React native expo webview after login and re-open the app it redirects to login page - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744940848a2633473.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论