I found another issue with iOS, can you log this in your system too please?
Bug: In Mobile Safari on iOS, the disqus_callback() is not called when Disqus has loaded.
Test case (add this to your disqus page's javascript):
function disqus_callback(){
alert("hello disqus_callback");
}
Expected results:
Desktop browsers and iOS browsers display a message
Actual results:
Only dekstop browsers display a message
Kind Regards,
Will