Skip to content
View in the app

A better way to browse. Learn more.

MSFN

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.

Only 2 Apps Display Per Page

Featured Replies

Been fooling with this for an hour, done searches, looked at the developer web site, nothing. The only post that comes close to what I'm trying to figure out is so badly writen, I don't know what the author is trying to do, and the solution is too confusing. Here's what I'm trying to do: WPI by default is displaying 2 apps per screen. That's not good enough. I need the screen filled up by catagories. Essentially, I have about 12 apps. all 12 apps should be on one screen. Instead, I have to page through 6 screens to see all apps. The viao theme does what I want by default, why can't the default theme do the same?

You should compare the wpi.htm file from the default theme, with the one from the Vaio theme.

If you add the following the the default wpi.htm file, you should be able te accomplish what you want:

<script>
if (top.status != "") winheight = top.status;
cols = Math.round((winheight/3*4)/320,0);
if (!maxentries)
{
 switch (winheight)
 {
 case '480': maxentries=14; break;
 case '600': maxentries=19; break;
 case '768': maxentries=26; break;
 case '1024': maxentries=39; break;
 case '1200': maxentries=44; break;
 default: maxentries=31;  
 }
}
</script>  

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.