反应本机 Webview 身份验证

时间:2021-04-20 14:46:20

标签: react-native react-native-webview

我是第一次使用 react-native-webview 对本机做出反应。我们已经有了网站,我尝试为网站开发应用程序。

我的问题是,当我尝试在 webview 中打开 URL 时,它要求提供登录页面的凭据。但是我已经在手机上登录了,现在我尝试在 webview 中打开 URL 再次要求登录凭据。

我在谷歌搜索过,但我没有任何线索。

谁能告诉我如何解决这个问题或发送凭据以登录 webview 并打开 URL。

<WebView
          source={{ uri: URL }}
          startInLoadingState={true}
          renderLoading={() => 
            <ActivityIndicator
            color={theme.colors.accent}
            size="large"
            style={styles.activityIndicator} />
          }
        />

0 个答案:

没有答案