Jazzy

Results 3 issues of Jazzy

The onChange event of a select tag gets fired in some cases when the options are altered programmatically. This should not happen as the onChange event should only fire when...

I used the following js code to create a new instance of MainActivity `setTimeout(function () { Java.perform(function () { var myClass = Java.use("com.example.app.MainActivity"); var myInstance = myClass.$new(); send("here"); var res...