Sungyu Kang
Sungyu Kang
I had the same concern about the Vue integration. I want to get a notification, too!
you can see this issue: https://github.com/react-native-webview/react-native-webview/pull/1099 injectedJavaScriptBeforeContentLoaded is sometimes weird on Android. `injectedJavaScriptObject` is an alternate prop for this issue. https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#injectedjavascriptobject see https://github.com/react-native-webview/react-native-webview/pull/2960#issuecomment-1715027083
Please don't pass the callback of `window.viewerReady` in React Native. Instead, call `window.viewerReady` directly in the web, not in React Native, and pass the necessary data to `window.viewerReady` using `injectedJavaScriptObject`.
Is there any further support for this anymore ? The metro runs when I do `react-native run-ios`, and the metro runs when I build from xcode. Should I always develop...
@tom-sherman Thanks for the feedback! but I've checked the "Start Packager" and if I clear it, I won't be able to launch dev apps from xcode. The feature to launch...
@troZee Thank you for your reply. First, `useNavigationPanel` seems to me like a hook designed to pass refs and props to `PagerView`. The hook I've created utilizes the React Context,...
@schiller-manuel I think `useNavigate` does more than just replace search. It's possible with `useNavigate`, but `useNavigate` has a good scenario between screen moves, and I think what I've done is...
@TheAlmightyBob If you are not busy, please review the code.
@Titozzz @jamonholmgren [Issues](https://github.com/react-native-webview/react-native-webview/issues?q=is%3Aissue+is%3Aopen+user-agent) I still believe this feature is necessary. We must acknowledge how messy the code is to support user-agent smoothly on both Android and iOS! **Current Implementation (as-is):**...
@Titozzz @jamonholmgren please any comment🥹