Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mobile Browsing and Orientation Detection

Featured Replies

Looking for help with my own site, its basically riddled with bugs after getting it built so I'm starting over. If I can id pay someone or skill swap etc, but ideally I want the site to scale and have orientation detection (for iphone, ipad etc)

 

If your interested skype me : panda_doodle

Use this for the CSS:

@media all and (orientation:portrait) { 
 /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) { 
 /* Style adjustments for landscape mode goes here */
}

 

Put this in your header:

 

<meta name="viewport" content="width=768px, minimum-scale=1.0, maximum-scale=1.0" /> 

 

 

That should do it for your iPad.

  • Author

Yeah I got all that bit but I want it all restructured also (i.e re-coded) to some specs I can provide ;) Hence me offering to pay or swap a design service lol

 

My problem is I need my site up last week, I've not got time to do it as I have a few deadlines due its either that or I outsource some of my current projects to focus on my own site, but as you can imagine thats not a habit i want to get into...

Edited by pandadoodle

  • Author

No worries, its just turing into a night mare! Hired a dev guy and its not really how I wanted to back to square one and I need it live by the 1st. I don't do nothing by halfs aye lol

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.