Mobile view & navigation

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?

https://flic.kr/p/Bg5f7n

​Thanks

Nick

pb66's picture

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

elyobelyob's picture

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?

 

elyobelyob's picture

Re: Mobile view & navigation

Apologies for double posting.

Robert Wall's picture

Re: Mobile view & navigation

Double posting? I could see a lot more than that!

elyobelyob's picture

Re: Mobile view & navigation

Tipping the smartphone to the right and the stars appear.

That was a helpful tip for me.

elyobelyob's picture

Re: Mobile view & navigation

Sorry about that.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.