Skip to content

Home

Opens a URL of your choosing in a webview, as the app’s home.

PluginNone
Endpoint groupNone
PlanEvery plan
  1. Drag Home onto a navigation bar, usually the first bottom-nav slot.
  2. Set the URL.
  3. Set a Title.
SettingWhat it doesDefault
URLThe address to openEmpty
Title, DescriptionThe tab label and headingEmpty
RestrictionsWhich roles see the tabEveryone

A tab that loads your website is the fastest way to fill a bottom-nav slot, and the weakest screen in the app. It is slower than a native screen, it shows your site’s header and footer inside an app that already has navigation, and it does not follow your app’s theme.

It also carries real store risk. Apple rejects apps that are largely wrappers around a website under guideline 4.2, and an app whose home tab is a webview is the shape reviewers look for. See iOS builds.

Prefer a native screen for the home tab. A News Feed, a Posts screen, a Directory, or a template screen you compose yourself all make better first screens.

Use Home when you genuinely need a web page that cannot be rendered natively — a dashboard from another plugin, for instance.

The webview carries the member’s session, so a page behind a login shows them signed in rather than asking again.

SymptomCauseFix
The tab is blankThe URL is empty or unreachableSet it, and open it in a browser to check
It asks members to sign in againThe session did not carryConfirm your site serves over HTTPS
Site header and footer appearIt is a web page, not a native screenUse a native feature instead
It ignores dark modeWebviews follow your website, not the appUse a native feature
Content is cut off sidewaysThe page is not responsiveFix it on your site