poncho10101

Results 2 comments of poncho10101

I was getting the same issue on a Xiaomi device, it was fixed after restarting the phone

I was having this issue in Desktop target, found a workaround dispatching the event "kmpJsBridgeReady" manually after loading the page ``` LaunchedEffect(state.loadingState, state.lastLoadedUrl) { if (state.loadingState is LoadingState.Finished && state.lastLoadedUrl.isNullOrEmpty().not())...