栞/#safari
「I had the same problem. And though my solution is not perfect it seems to work. Basically Safari seems to look for an input field with password and username and always tries to fill it. So, my solution was to add a fake username and password field before the current one which safari could fill. I tried using style .. display none but that did not work. So eventually i just used style="position:absolute; top:-50px;" this hid the input field out of sight and seemed to work fine. I did to want to use javascript but i guess you could hide it with javscript.」
「iOS 7 MobileSafari で、Webページをアプリ化し、apple-mobile-web-app-status-bar-style に default を指定していると、ステータスバーが真っ黒になります。」