<%= 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? %>
- Tap the <%= image_tag "menu-dots-vertical.svg", alt: "More options", size: 16 %> menu button.
- Tap Settings.
- Tap Notifications.
- Tap <%= image_tag "external/switch.svg", alt: "the toggle button", size: 22 %> to Allow <%= platform.browser.capitalize %> notifications.
<% when platform.edge? && platform.desktop? %>
- Click Start, then Settings.
- Go to System > Notification.
- 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? %>
- Click Start, then Settings.
- Go to System > Notification.
- Click <%= image_tag "external/switch.svg", alt: "the toggle button", size: 22 %> ON for Campfire.
<% else %>
- Click in the top left.
- Click System Settings….
- Click Notifications.
- Click Campfire.
- Click <%= image_tag "external/switch.svg", alt: "the allow notifications switch", size: 22 %> to Allow notifications.
<% end %>
<% when platform.safari? && platform.desktop? %>
- Click in the top left.
- Click System Settings….
- Click Notifications.
- Click Campfire.
- Click <%= image_tag "external/switch.svg", alt: "the allow notifications switch", size: 22 %> to Allow notifications.
<% when (platform.safari? || platform.chrome?) && platform.ios? %>
- Open the <%= image_tag "external/gear.svg", aria: { hidden: "true" }, size: 20 %> Settings app.
- Scroll to and tap Campfire.
- Tap Notifications.
- Tap <%= image_tag "external/switch.svg", alt: "the allow notifications switch button", size: 22 %> to Allow Notifications.
<% when platform.chrome? && platform.android? %>
- Open the <%= image_tag "external/gear.svg", aria: { hidden: "true" }, size: 20 %> Settings app.
- Tap Notifications.
- Tap App notifications.
- Scroll to Campfire.
- 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 %>