mongo-expresss / mongo-express

5 stars 11 forks source link

Responsive web design is working on desktop but not on mobile device #29

Open sbj6363 opened 6 years ago

sbj6363 commented 6 years ago

When I adjust browser windows it's working perfectly for mobile phone but when I check it on my real mobile phone: Samsung Galaxy S2 it's not responsive to the mobile view.

iamabjain commented 6 years ago

You are probably missing the viewport meta tag in the html head:

< meta name="viewport" content="width=device-width, initial-scale=1">

Without it the device assumes and sets the viewport to full size.

sbj6363 commented 6 years ago

I Think The issue here is The WebApp is not at all responsive. Either becauseThe Css Thingy needs to be rewritten Or The bootstrap Part.