Having a strange issue with chrome for iphone (19.0.1084.60). The site works fine, except from one specific problem: The user gets to a page with a small javascript snippet that submits a form:
<script>
window.onload = function() {
document.forms['my_form'].submit();
}
</script>
The js submission works fine, but when the the next page is loaded, chrome on iphone shows a blank page. The loading bar is stuck at around 80% and the network-indication spinner keeps spinning…
This doesn’t happen on chrome on linux or with safari on iphone either.
If I go to the address bar and reload the page, it displays it just fine…
Any ideas how to approach / debug this kind of problem?
Looks like on the latest update from Chrome for iOS this problem no longer exists