最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

react native - Using expo-auth-session package, open authentication view in current tab - Stack Overflow

programmeradmin4浏览0评论

Using expo-auth-session in the web, I want my user to authenticate. The user must remain on the current tab and not having a popup or another tab, how can I achieve that ?

The only way I found would be to use promptAsync({target: '_self'}) but target property doesn't exist in the expo package and the default value used by window.open() is _blank which mean new tab.

Any idea ?

发布评论

评论列表(0)

  1. 暂无评论