問題タブ [react-native-webview]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
1566 参照

android - React ネイティブ WebView は Android でリンクを開くことができません

React ネイティブ WebView コンポーネントは Android ではリンクを開くことができませんが、IOS では問題なく正常に動作します。押した後、Androidでは何も起こっていません。エラーはありません。同時に、反応するネイティブ ハイパーリンクでリンクを開こうとしましたが、正常に動作します。どうすれば解決できますか教えてください。

0 投票する
0 に答える
1636 参照

react-native - React Nativeを使用したredirectToCheckout Stripe Checkout

助けてください!Stripe の新しいバージョンの Checkout (2019 年 4 月リリース) を 1 回限りの支払い用に React Native アプリに統合しようとしています。

https://stripe.com/docs/payments/checkout/one-time#redirect-checkout

「ステップ 2: チェックアウトにリダイレクト」で、Ruby on Rails バックエンドを CHECKOUT_SESSION_ID を提供できるように設定しましたが、フロント エンドで .redirectToCheckout を実行しようとすると、 redirectToCheckout が関数ではないというエラーが発生します。何か案は?ありがとうございました!

0 投票する
1 に答える
850 参照

javascript - React Native iOS WebView execute javascript tag in local html

I am trying to show web page with react-native-webview with local html file. But it doesn't execute javascript tags in html file at the iOS platform, but works on Android.

How I can fix it?

This is a codechip which I am using the WebView.

#xA;

Here is ep-home2.js file.

#xA;

Above is what I am trying to display on iOS.