You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
native_badge_tag helper for updating the app icon badge and tab bar badge from page loads. Works in both Normal Mode (via data-native-badge signal element) and Advanced Mode (via bridge--badge Stimulus controller). Pass a single count to set both badges, or use home: and tab: keyword arguments for independent control. Omitted parameters leave that badge unchanged.
RubyNative.setBadge(5) JavaScript API for updating badges programmatically. Accepts a number (sets both) or an object with home and tab keys.
badge: true tab config option in config/ruby_native.yml to designate which tab receives the tab bar badge.