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

reactjs - CC Avenue integration for React native Expo app - Stack Overflow

programmeradmin6浏览0评论
               <WebView
                ref={webViewRef}
                source={{ uri: params.url }}
                originWhitelist={["*"]}
                onNavigationStateChange={handleNavigationChange}
                onLoadProgress={handleLoadProgress}
                injectedJavaScript={injectedJavaScript}
                javaScriptEnabled={true}
                mixedContentMode="always"
                onMessage={handleMessage} /> 

This is my code in which i getting the url, ND PASSING to the webview to show the payment gateway, any more interracting way like adding back buttons, in order to navigate back and front.

发布评论

评论列表(0)

  1. 暂无评论