FreakDev / PhoneGap-Android-HTML5-WebSocket

a little java implementation of missing WebSocket form Android webview
80 stars 31 forks source link

execJs is undefined #3

Open viviangledhill opened 11 years ago

viviangledhill commented 11 years ago

I do get this error:

This method execJS(String) is undefined for the type Websocket

Any ideas how to fix this?

garit commented 11 years ago

Hello,

Did you find how to solve that problem ?

thanks

FreakDev commented 11 years ago

Hello,

i'm really sorry but, to be honnest, i haven't any time to check your bug...

really hope you'll find by another way or i'll have time to check!

chinghunglai commented 11 years ago

I have the same question, too.

potelmax commented 11 years ago

Same issue for me.

sourav301 commented 11 years ago

I have the same problem..

FreakDev commented 11 years ago

sorry guys i really don't have time to solve this issue for the moment

mrmoment commented 11 years ago

For this bug, just change "instance.execJS" to "execJS" where your Eclipse hints there are the errors.