Opera Mini does not displaying page content until refresh
-
jobberman-ng last edited by
Certain pages on my site don't display when requested. For example, the search page will not show results after clicking the search button on the form, but when reload/refresh is clicked, the search results are displayed. This indicates to me that the request was successful however Opera mini for some reason could not display the content (or change the url in the address bar) until I clicked reload.
What could the problem be?
-
mbaluta last edited by
If you use AJAX to show this search results the problems may happen when it takes too long to display it or you don't have any indicator, that something is still happening. However I'm not a magician, so it's best if you just provide URL as every website is different.
-
jobberman-ng last edited by
The url is http://mobile.jobberman.com
Though I finally figured what was going on. It was javascript indeed. The mobile site uses openx for ads but we wanted to also use adsense. So someone embedded the adsense codes in openx instead of adding it to the site directly. I guess this double layer of javascript execution was the problem. Cos after taking out the ads that had such embedding, the site responded normally.