iosrockstar / jquery-jsonp

Automatically exported from code.google.com/p/jquery-jsonp
0 stars 0 forks source link

Library fails on Nokia Symbian browser #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using a $.jsonp call (or even $.jsonp.setup call) the Nokia Symbian 
browser (version 7.2 on N97 mini exactly) throws errors.

The exact errors are:
Error: Value undefined (result of expression $.jsonp) is not object.

The same code works fine on desktop browsers.

Original issue reported on code.google.com by jernej.v...@gmail.com on 21 Jul 2010 at 4:42

GoogleCodeExporter commented 8 years ago
I'll have a very hard time debugging on the Nokia with no further information 
seeing as I don't own one and have no idea how I could test (is there an 
emulator anywhere?).

The error itself sounds a bit fishy though... as if the library hadn't been 
loaded in the first place.

Original comment by aubourg.julian on 22 Jul 2010 at 12:09

GoogleCodeExporter commented 8 years ago
Jernej, can you confirm the bug or was it just the library not being loaded? Do 
you know of any tool available to debug that do not involve buying a nokia?

Original comment by aubourg.julian on 28 Jul 2010 at 2:44

GoogleCodeExporter commented 8 years ago
I apologise for the late response.

After some extensive further testing and debugging, we've found out that the 
bug is related with jQuery-1.4.2 and only (for some reason) shows itself when 
additional plugins are installed.
Thus when we replaced jQuery-1.4.2 with Nokia-supplied jquery library, the 
problem with jquery-jsonp disappeared as well. 

I apologise if I've wasted your time.

For (perhaps) further reference: Nokia offers free VNC connection to quite a 
few of their phones for applicaion testing on their Remote Device Access 
service (http://www.forum.nokia.com/Devices/Remote_device_access/).

Regards,
Jernej

Original comment by jernej.v...@gmail.com on 28 Jul 2010 at 3:41

GoogleCodeExporter commented 8 years ago
No problem, Jernej. Just glad the plugin works. And thank you for the link.

Original comment by aubourg.julian on 28 Jul 2010 at 4:32