# 手机浏览器无法登录 Wallet 的解决方法

在使用钱包登录时，浏览器会自动打开一个新的标签页进行身份验证。当用户在这个新标签页中完成钱包登录后，该标签页会自动关闭。

如果浏览器启用了“阻止弹出窗口”的功能（例如 Chrome 或 Safari），这个流程就会被阻断，从而导致登录失败。

因此，请进入浏览器设置，确保关闭“阻止弹出窗口”功能。

## iPhone／Safari关闭弹窗拦截的方法 <a href="#how-to-disable-pop-up-blocker-for-iphone-safari" id="how-to-disable-pop-up-blocker-for-iphone-safari"></a>

1. 点击主屏幕上的“设置”图标。

<figure><img src="/files/aNOGxUXiQb9UBsMccJfO" alt="" width="403"><figcaption></figcaption></figure>

2. 在设置页面中向下滚动，找到并点击“Safari”。

<figure><img src="/files/LSiyg9BhzQxqwNReSaal" alt="" width="488"><figcaption></figcaption></figure>

3. “阻止弹出式窗口”默认开启，请将开关向左滑动以关闭。

<figure><img src="/files/NxykKnQiId5iLBqL77Ak" alt=""><figcaption></figcaption></figure>

至此，Safari 的弹窗拦截功能已被关闭。

※请根据需要调整设置，例如临时关闭弹窗拦截功能。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.keyring.app/zh/keyring-smart/disable-pop-up-blocker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
