jQTouch icon indicating copy to clipboard operation
jQTouch copied to clipboard

pages mixed

Open ghost opened this issue 12 years ago • 6 comments

hi, i created sevel pages and linked a.htm b.html like this, adter click link fast pages mixed , see attached image

please how can i solve this problem thank you

error

ghost avatar Feb 26 '13 14:02 ghost

Hi kakkuk, any chance you could post/provide a live link to this? I could debug much easier on the page-

davidkaneda avatar Feb 26 '13 18:02 davidkaneda

it happen mobile app , but web page normal, after click link and before load page clean old content on screen it will ok for me, sorry for bad english thank you

ghost avatar Feb 26 '13 20:02 ghost

No worries — Does that mean that it happens in Phonegap but not when loaded as a web page?

davidkaneda avatar Feb 27 '13 16:02 davidkaneda

yes you are right. it happenes in phonegap

ghost avatar Feb 27 '13 16:02 ghost

Ah, sorry, if I can't see it in a webpage I'm not able to debug directly... If you could post a URL, I could see if anything looks wrong, but otherwise I don't think we can help here.

davidkaneda avatar Feb 27 '13 16:02 davidkaneda

i used like this and it is working but is it ok?

$(document).on('ajaxStart', function () {
    $('#pageLoader').show();
    $('.innerView').empty();
});

i will upload sample file soon

ghost avatar Mar 02 '13 05:03 ghost