Check your <%= platform.operating_system %> settings

<% case when platform.firefox? && platform.android? %>
  1. Tap the <%= icon_tag "menu-dots-vertical.svg", alt: "More options" %> menu button.
  2. Tap Settings.
  3. Tap Notifications.
  4. Tap <%= icon_tag "switch", alt: "the toggle button" %> to Allow <%= platform.browser.capitalize %> notifications.
<% when platform.edge? && platform.desktop? %>
  1. Click Start, then Settings.
  2. Go to System > Notification.
  3. Click <%= icon_tag "switch", alt: "the toggle button" %> ON for Fizzy.
<% when (platform.firefox? || platform.chrome?) && platform.desktop? %>
    <% if platform.windows? %>
  1. Click Start, then Settings.
  2. Go to System > Notification.
  3. Click <%= icon_tag "switch", alt: "the toggle button" %> ON for Fizzy.
  4. <% else %>
  5. Click in the top left.
  6. Click System Settings….
  7. Click Notifications.
  8. Click Fizzy.
  9. Click <%= icon_tag "switch", alt: "the allow notifications switch" %> to Allow notifications.
  10. <% end %>
<% when platform.safari? && platform.desktop? %>
  1. Click in the top left.
  2. Click System Settings….
  3. Click Notifications.
  4. Click Fizzy.
  5. Click <%= icon_tag "switch", alt: "the allow notifications switch" %> to Allow notifications.
<% when (platform.safari? || platform.chrome?) && platform.ios? %>
  1. Open the <%= icon_tag "gear", aria: { hidden: "true" } %> Settings app.
  2. Scroll to and tap Fizzy.
  3. Tap Notifications.
  4. Tap <%= icon_tag "switch", alt: "the allow notifications switch button" %> to Allow Notifications.
<% when platform.chrome? && platform.android? %>
  1. Open the <%= icon_tag "gear", aria: { hidden: "true" } %> Settings app.
  2. Tap Notifications.
  3. Tap App notifications.
  4. Scroll to Fizzy.
  5. Tap <%= icon_tag "switch", alt: "the switch" %> to Allow Notifications.
<% else %>

Ensure notifications are allowed for <%= platform.browser.capitalize %> in your system settings.

<% end %>