Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

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.

full screen for safari

Featured Replies

I picked this script up but it does not work with safari... any suggestions?

function resizeMain() {

self.moveTo(0,0);

if (parseInt(navigator.appVersion)>3) {

if (navigator.appName=="Netscape") {

top.outerWidth=self.screen.availWidth;

top.outerHeight=self.screen.availHeight;

}

else top.resizeTo(self.screen.availWidth,self.screen.availHeight);

}

}

It depends on DOM or JS engine Safari is using. Do you have Safari JS syntax?

what do mean by "full screen"? chromeless windows?

or just a window that fits the resolution of user screen?

I've done some testing and found that "window.resizeTo()" and "window.resizeBy()" are not working with Safari frown.gif However, "screen.availWidth" and "screen.availHeight" are!

All the best.

Garry

I have this as a bookmark in my Safari bookmarks bar:

javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

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.