You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to scrap some information from webpage but it crashes my app.
I'm using requests_html to render webpage with javascript with it.(i need javascript render)
Is it any alternative for requests_html that work on android?
On pc it is working fine.
The text was updated successfully, but these errors were encountered:
requests_html is using chromium (via pyppeteer) for rendering pages. Thus to make it work on android it also needs to be packaged as a dependency to your APK. But to package it you need to compile it for android. It's all doable but is definitely out of scope of python-for-android project.
It's more about how to make android more like linux PC if we think about "somewhat proper" implementation.
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Versions
Description
I'm trying to scrap some information from webpage but it crashes my app.
I'm using requests_html to render webpage with javascript with it.(i need javascript render)
Is it any alternative for requests_html that work on android?
On pc it is working fine.
The text was updated successfully, but these errors were encountered: