Just upgraded to 9.2 (had to just take on the chin and completely rebuilt emoncms), however, when viewing on my iphone, I have pretty much no navigation options, except to the login page. It's a black bar with the home button on the right, but no other choices. It means I have to manually edit the URL, which doesn't seem right. Any ideas?
Thanks
Nick
Re: Mobile view & navigation
I can't help you I'm afraid but thought I should comment, as now you mention it, I set up some emoncms.org pages for someone recently and they said the same about their iphone, I said there had been no other reports of an issue and he moved onto a PC browser and nothing more has been said.
I only mention it as it may help someone pinpoint the issue, it has to be within the code section recently transplanted to emoncms.org as that displayed the same symptoms,
Paul
Re: Mobile view & navigation
Well, by editing the px widths, I can get to see the stars.
@media (max-width: 1200px){
.menu-text {
display: none !important;
}
}
@media (max-width: 480px){
.menu-dashboard {
display: none !important;
}
}
@media (max-width: 320px){
.menu-extra {
display: none !important;
}
}
Looks like the menu needs a bit of TLC to work with mobile. As I mainly check on my mobile, any suggestions on the best way to solve this?
Re: Mobile view & navigation
Apologies for double posting.
Re: Mobile view & navigation
Double posting? I could see a lot more than that!
Re: Mobile view & navigation
Tipping the smartphone to the right and the stars appear.
That was a helpful tip for me.
Re: Mobile view & navigation
Sorry about that.