So I have this heroku app... that is behaving oddly on mobile. [ namely chrome on iPhone, and few others ]
The first is that on my iPhone, when I click the login page, the footer gets pushed up to the middle of the page, and I am wondering why that is and how to get rid of that. [again on iPhone, on Chrome] I thought
bottom: 0px;
would fix it.
The second is that the navbar will close after opening it, sometimes, again I am not exactly sure why that is happening. Again I am a little perplexed.
Any help would be amazing!
Edit : I think I have solved problem one but I am not sure how to test it. All I did was add data-hide-during-focus="" to the footer.
Any ideas on how to test locally?
Edit 2: I found a nice way of testing locally called User Agent Switcher for firefox, but I still have the bugs!