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

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

<% end %>