<% unless (platform.chrome? && !platform.ios?) || (platform.firefox? && !platform.android?) %>

<%= platform.safari? && platform.desktop? ? "…or install" : "Install " -%> Fizzy as a web app.

<% case when platform.edge? %>
  1. Click <%= icon_tag "install-edge", alt: "the app available - install Fizzy button" %>in the address bar.
  2. Click Install.
<% when platform.chrome? && platform.android? %>
  1. Tap the <%= icon_tag "menu-dots-vertical", alt: "More options" %> menu button.
  2. Tap Install app in the menu.
<% when platform.firefox? && platform.android? %>
  1. Tap the <%= icon_tag "menu-dots-vertical", alt: "More options" %> menu button.
  2. Tap Install in the menu.
<% when platform.safari? && platform.desktop? %>
  1. Click File in the top left.
  2. Click Add to Dock….
<% when (platform.safari? || platform.chrome?) && platform.ios? %>

To receive push notifications in <%= platform.browser.capitalize %> for <%= platform.operating_system %>, you must first install Fizzy as a web app.

  1. Tap <%= icon_tag "share", alt: "the share button" %>
  2. Tap Add to Home Screen.
<% else %>

Some platforms require you to install Fizzy as a web app to receive push notifications.

<% end %>
<% end %>