Great!
I was just working on a single class file for the library and had moved the actual javascript interface from a class file of it's own to an inner class of the JSInterface class.
It still works but now i had a problem accessing the javascript interface's public methods from B4A as the javascript interface was now a child of the parent JSInterface - another level of property access required.
I'll take you sample code and see what progress i can make
.
Thanks.
Martin.
I was just working on a single class file for the library and had moved the actual javascript interface from a class file of it's own to an inner class of the JSInterface class.
It still works but now i had a problem accessing the javascript interface's public methods from B4A as the javascript interface was now a child of the parent JSInterface - another level of property access required.
I'll take you sample code and see what progress i can make
Thanks.
Martin.