<% case
when platform.firefox? && platform.android? %>
Turn on notifications for <%= platform.browser.capitalize %>.
- Tap <%= icon_tag "lock", alt: "the View site information button" %> in the address bar.
- Tap Notification to change to Allowed.
<% when platform.edge? && platform.desktop? %>
Turn on notifications for this website.
- Click <%= icon_tag "lock", alt: "the View site information button" %> left of the address bar.
- Under Permissions for this site > Notifications, choose Allow.
Turn on notifications for <%= platform.browser.capitalize %>.
<% if platform.windows? %>
- Click Start, then Settings.
- Go to System > Notification.
- Click <%= icon_tag "switch", alt: "the switch" %> ON for <%= platform.browser.capitalize %>.
<% else %>
- Click in the top left.
- Click System Settings….
- Click Notifications.
- Click <%= platform.browser.capitalize %>.
- Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
<% end %>
<% when platform.firefox? && platform.desktop? %>
Turn on notifications for this website.
- Click <%= platform.browser.capitalize %> in the top left.
- Click Settings….
- Click Privacy & Security in the sidebar.
- Scroll down to Permissions.
- Click Settings next to Notifications.
- Select Allow next to <%= root_url %>.
Turn on notifications for <%= platform.browser.capitalize %>.
<% if platform.windows? %>
- Click Start, then Settings.
- Go to System > Notification.
- Click <%= icon_tag "switch", alt: "the toggle button" %> ON for <%= platform.browser.capitalize %>.
<% else %>
- Click in the top left.
- Click System Settings….
- Click Notifications.
- Click <%= platform.browser.capitalize %>.
- Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
<% end %>
<% when platform.chrome? && platform.desktop? %>
Turn on notifications for this website.
- Click the <%= icon_tag "sliders", alt: "View site information" %> icon in the address bar.
- Click Site Settings.
- Ensure notifications are Allowed.
Turn on notifications for <%= platform.browser.capitalize %>.
<% if platform.windows? %>
- Click Start, then Settings.
- Go to System > Notification.
- Click <%= icon_tag "switch", alt: "the switch" %> ON for <%= platform.browser.capitalize %>.
<% else %>
- Click in the top left.
- Click System Settings….
- Click Notifications.
- Click <%= platform.browser.capitalize %>.
- Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
<% end %>
<% when platform.chrome? && platform.android? %>
Turn on notifications for <%= platform.browser.capitalize %>.
- Tap the <%= icon_tag "menu-dots-vertical", alt: "More options" %> menu button.
- Tap Settings.
- Tap Notifications.
- Tap <%= icon_tag "switch", alt: "the switch" %> to Allow <%= platform.browser.capitalize %> notifications.
- Tap <%= icon_tag "switch", alt: "the switch" %> next to Web apps.
- Tap <%= icon_tag "bell-alert", alt: "the notification bell" %> and select Allow.
<% when platform.safari? && platform.desktop? %>
Turn on notifications for this website.
- Click in the top left.
- Click System Settings….
- Click Notifications.
- Click <%= request.base_url %> in the list.
- Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
Turn on notifications for <%= platform.browser.capitalize %>.
- Click <%= platform.browser.capitalize %> in the top left.
- Click Settings….
- Click the Websites tab.
- Click Notifications in the sidebar.
- Click <%= request.base_url %> in the list.
- Select Allow.
<% else %>
Ensure notifications are enabled for <%= root_url %> in your web browser settings.
<% end %>
<% end %>