Evgenii Neumerzhitckii

Results 314 comments of Evgenii Neumerzhitckii

@dimasta68 I'm sorry this is not a good place to do this. Here people report issues with the library. So I would suggest to ask on stackoverflow.

Hi @reality, I think your code is correct. As you suspected, the problem is probably the size of the JavaScript text you are evaluating. I had one person reporting similar...

Thanks for the reference, added it to the readme as well.

Hi @JayakarVangeti, you can look at the builtin JavaScriptCore library on iOS: https://stackoverflow.com/a/37435316/297131

@JayakarVangeti, sorry I'm a bit busy at the moment. I would suggest asking on stackoverflow.com, you will get help very fast there (if you ask specific question). :)

Thanks for reporting this issue and sorry for neglecting this pull request for so long. I am a terrible maintainer. I have added a note to the README about clearing...

Cool. I would not have time to do it in near future, I am afraid. But if I do - I will update you here, so we do not both...

Good question, I don't know. Does `onError` return an error message? The async is a [relatively new](https://caniuse.com/#feat=async-functions) feature in JavaScript, so it may not be supported by older versions of...

I'm glad that you found a solution. 👍

Good catch. The javascript is evaluated in the web view, and I would think that all HTTP requests from it are blocked. Otherwise it would be pretty insecure. There may...