Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use this library as a webView ? #118

Closed
LaurentiuSimionescu opened this issue Nov 7, 2018 · 2 comments
Closed

Is it possible to use this library as a webView ? #118

LaurentiuSimionescu opened this issue Nov 7, 2018 · 2 comments

Comments

@LaurentiuSimionescu
Copy link

LaurentiuSimionescu commented Nov 7, 2018

I want to parse website pages with normal webView, but it is not suited for this.
I need something like okHttp requestTag, does Duktape allow this ?
Can I use Duktape like a WebView (just for parsing and navigate in websites, without showing the page on the screen) ?

Thanks in advance.

@JakeWharton
Copy link
Member

It doesn't have APIs for things like the DOM, so traditional browser JS won't work. For that you need an actual browser to provide those APIs.

@LaurentiuSimionescu
Copy link
Author

LaurentiuSimionescu commented Jan 28, 2019

Thank you for the info. 😄

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

No branches or pull requests

2 participants