Android 4.4 : Unable to call Java method from Java script

764 Views Asked by At

I am trying to make a call a method in my activity from java script using

<button onclick="window.interface.callFromJS()">Call Java</button>

This works fine on 4.1.2 JB, but not working on 4.4 Kitkat,

Any idea, how to solve this?

0

There are 0 best solutions below