hello, in my testapp i open a fullscreen main window from app.js. geolocation and network listeners work fine within this window. if i open another fullscreen window from within this main window (e.g. with a menu button), listeners stop to work, i.e. never catch an event. could there be kind of conflict between the listeners in parent and child windows? what would be the best practise in this situation, e.g. where to put the geolocation listener so that it is available in all windows opened? help very much appreciated, i'm running out of ideas... thx, uno
1 Answer
i've overseen a tiny error in the function which is called by the geolistener. it seems to work now. sorry for the noise, u.
Your Answer
Think you can help? Login to answer this question!