% 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? %>
- Click <%= icon_tag "install-edge", alt: "the app available - install Fizzy button" %>in the address bar.
- Click Install.
<% when platform.chrome? && platform.android? %>
- Tap the <%= icon_tag "menu-dots-vertical", alt: "More options" %> menu button.
- Tap Install app in the menu.
<% when platform.firefox? && platform.android? %>
- Tap the <%= icon_tag "menu-dots-vertical", alt: "More options" %> menu button.
- Tap Install in the menu.
<% when platform.safari? && platform.desktop? %>
- Click File in the top left.
- 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.
- Tap <%= icon_tag "share", alt: "the share button" %>
- Tap Add to Home Screen.
<% else %>
Some platforms require you to install Fizzy as a web app to receive push notifications.
<% end %>
<% end %>