Joel

Results 9 comments of Joel

From my limited testing, onFocus seems to have the same issue. I'm running `"version": "2.9.6",` - OS: Windows 10 - Browser: Chrome - Version 79.0.3945.130

Same issue here, and I would also add that the suggested workaround in the initial issue (`adb reverse`) appears to have no effect for me. In fact, prefixing the command...

`http://` works fine here too! That is a decent workaround, but still no back to ideal user experience. I guess we can assume that the main difference between those of...

@wodin was able to shed _some_ [more detail on the background of this issue](https://discord.com/channels/695411232856997968/695411232856997971/1208829804728819814): > There was an issue with earlier versions of Expo Go after the Expo SDK 50...

> Update: I have managed to solve this by updating my node to the LTS version. Make sure to clean node cache as well to set up the correct version....

As far as I'm aware, the WebView is considered a separate browser. I'm quite sure I have seen "Android WebView" as its own category on caniuse.com for example. (However, I...

> Do you mean cancelling an active request from the client? If so, you can provide a [`signal` from an `AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/fetch#signal) You don't happen to have an example of this...

> I'm going to close this out and include it with #9641 Jumping between #9642 and this, it seems like the issue is unresolved? FWIW, `DeferredData` typing is causing me...

I'm facing a similar issue and would be interested to know if the mentioned `conditions` workaround could help. Would you mind expanding a little bit on what should be done...