Results 16 comments of Nizam Moidu

this is a known issue with KeyboardAvoidingView, since both iOS and android doesn't have any official api to detect floating keyboard there is no official solution in RN as well,...

@NickGerleman can i have the failing test/lint details please

@akshgods can you check issue is reproducible on latest version?

I am getting different results. on iOS its just console.warn with ` Error opening URL: [Error: Unable to open URL: ....` ![image](https://github.com/react-native-webview/react-native-webview/assets/1734518/64689be7-799e-4957-b99b-f1b138d4b2b5) ![Simulator Screenshot - iPhone 15 Pro - 2024-04-15...

@akshgods i havent added http protocol, it is added by android as the url is malformed it cannot detect the protocol, where as in ios it defaults to `file` protocol...

@asutariyadigit looks like you have reanimated , can you post your jsx view hierarchy?

@asutariyadigit i am not able to reproduce the issue with code you have provided works fine with bare project and your code ( with minor modifications ). the root cause...

> if we Continue move between From Webview to View Component by Pressing hardware back button that suggests you need to look into your navigation setup, try turn off any...

@asutariyadigit sorry mate i have no other suggestion to help you out of this crash :(

I see types are moved to /index.d.ts ( better approach imho) , but `index.d.ts` is referencing `./lib/WebViewTypes` which are pure js files without any type info. probably some ts build...