js-evaluator-for-android icon indicating copy to clipboard operation
js-evaluator-for-android copied to clipboard

A library for running JavaScript in Android apps.

Results 22 js-evaluator-for-android issues
Sort by recently updated
recently updated
newest added

can evaluate js without web-view, not very well aware, but thought maybe of interest.

日志: Rejecting re-init on previously-failed class java.lang.Class: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/PacProcessor; 2023-03-10 22:55:29.185 26320-26863 com.fltv.ptp com.fltv.ptp I at java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2) 2023-03-10 22:55:29.185 26320-26863 com.fltv.ptp com.fltv.ptp I...

1. i'm updated to new version 6.0.0 (my device with android 13) 2. i'm use with callFunction 3. I repeat, sometimes I return an answer and sometimes I don't. And...

please tell me someone has already used this Lib for a App that can handle this pseudo code: var a1=numberfield(namestring, digits); var a2=numberfield(namestring, digits); var b=numberfield(namestring, digits); var result=textfield(whatever); function...

I am trying to pass data to javascript and return the value using `return await sth` in that async function. But I am getting the `undefined` value for the context,...

When I am dividing 13717421/36 then it is providing 381039 instead of 381039.47222. it is also very slow

Can I incorporate an npm package using js-evaluator? If yes, how should I do that?

Hi, Is it possible to get a screenshot of an element which is a captcha from a webview in android ? if yes, how can i do that please Thanks