Using jQuery in HTML panel causes navigateTo functions to fail
Hi, I've added some external javascript code to allow zooming of pictures in an HTML panel.
The code (when used in conjunction with ddpowerzoomer.js (added to the source files) gives a magnified view over the picture where-ever the user clicks.
However, when using a navigateTo("pagename") or a call service function after using the zoom, I get the following error in the developers console:
error after navigateTo:
Uncaught TypeError: Cannot call method 'changePage' of undefined
I can overcome the navigateTo by forcing a full page refresh, this seems to work, but I can't overcome the Service Start error.
error after start service:
Uncaught TypeError: Cannot call method 'loading' of undefined
Can the error be cause because I'm using the j_Query(document) . ready(f_unction($) in my javascript code?
If so, is there any way around this?hope you can help, this is really causing me some trouble.
The error after a start service call mentions the following:
mobilebase.js:23 which is the following: