Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Perform android http requests in separate thread #65

Merged

Conversation

lucashsilva
Copy link
Contributor

I'm currently having a problem with the HTTP plugin on Android.
Whenever I try to perform an HTTP request, it seems the javascript runtime hangs and only continues when there is a result from the HTTP plugin. This is very bad for my app because we need to perform some tasks in "background" mode and still allow the user to navigate within the app.

I've implemented a workaround for this, which is included in this PR. I am not an expert in Android development, so I am not sure whether this is the best approach (I used a simple thread).

Suggestions and other workarounds are also welcome if this PR is not appropriate.

@frederikbosch
Copy link

frederikbosch commented Oct 29, 2020

This actually helps a lot in performance. In order to build, I also needed #60 .

@thomasvidas thomasvidas added this to the 0.3.0 milestone Jan 19, 2021
@thomasvidas
Copy link
Contributor

I believe this fixes #53 as well, adding it to my list

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants