React native React本机表单提交webview重新加载到同一页面

React native React本机表单提交webview重新加载到同一页面,react-native,webview,react-native-webview,React Native,Webview,React Native Webview,我正在将支付网关集成到我的reactnative应用程序。我正在发送html字符串,该字符串提交表单并重定向到操作 <WebView ref="webview" html={{html: htmlString}} onNavigationStateChange={ e => { console.log('e', e); }} /> { console.log('e',e); }} /> 它打

我正在将支付网关集成到我的reactnative应用程序。我正在发送html字符串,该字符串提交表单并重定向到操作

<WebView
       ref="webview"
       html={{html: htmlString}}
       onNavigationStateChange={ e => {
          console.log('e', e);
       }}
   />
{
console.log('e',e);
}}
/>
  • 它打开CCAVENTE支付网关,但在成功提交详细信息后,它再次执行htmlString,提交表单,并将再次重定向到同一页面

来自ccAvenue的消息。

  • 我没有插入地址数据,因此它正在重新加载同一页,并且没有解析

--快乐编码。。。(▀̿Ĺ̯▀̿̿̿)

那是从ccAvenue发来的。

  • 我没有插入地址数据,因此它正在重新加载同一页,并且没有解析
--快乐编码。。。(▀̿Ĺ̯▀̿̿)