Android Question JSInterface

Lary Yenta

Member
Licensed User
Longtime User
I just tried to compile my code for my diabetic application and it crapped out on :

Dim myInterface as JSInterface

It suggested that I may be missing a library call but on checking, I have included WebViewExtras, what am I missing?

Thanks,

Lary
 

DonManfred

Expert
Licensed User
Longtime User
webview extras probably?
 
Upvote 0

Lary Yenta

Member
Licensed User
Longtime User
Hey Don,

Nope, I checked and it was there, one thing I was going to ask about was the AppCompat library. I would like to get this jsinterface fixed first though.

Regards,
Lary
 
Upvote 0

Lary Yenta

Member
Licensed User
Longtime User
Yes, I know...I am trying to use webview for some reports. Not really sure why this is causing me grief but this is what the compiler gives me:

B4A version: 6.00
Parsing code. Error
Error parsing program.
Error description: Unknown type: jsinterface
Are you missing a library reference?
Occurred on line: 90 (Main)
Dim myInterface As JSInterface

It is kind of ticking me off right now!!!

Thanks,
Lary
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top