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