Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding web support (js and wasm targets) #51

Merged
merged 6 commits into from
Jul 19, 2024
Merged

Adding web support (js and wasm targets) #51

merged 6 commits into from
Jul 19, 2024

Conversation

mirzemehdi
Copy link
Owner

Can be initialized using new Web configuration

NotifierManager.initialize(
    NotificationPlatformConfiguration.Web(
      askNotificationPermissionOnStart = true,
      notificationIconPath = null
  )
)

@mirzemehdi mirzemehdi linked an issue Jul 19, 2024 that may be closed by this pull request
@mirzemehdi mirzemehdi merged commit 4a3c59d into main Jul 19, 2024
7 checks passed
@mirzemehdi mirzemehdi deleted the web-support branch July 19, 2024 14:55
@mirzemehdi
Copy link
Owner Author

mirzemehdi commented Jul 19, 2024

Note:
If you are using mac make sure you also allow notifications for browser from system system settings in order to see web notifications

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Web support?
1 participant