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
Let's say i wanted my app to have a background process constantly running (even if the app has not been opened or is not in focus) , and every 10 minutes check if something changed and if it did, send a popup notification, how would you do that with dioxus for mobile targets (mostly android, but why not ios too) ?
i couldn't find a lot of examples with interacting with the native sdk let alone background workers.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say i wanted my app to have a background process constantly running (even if the app has not been opened or is not in focus) , and every 10 minutes check if something changed and if it did, send a popup notification, how would you do that with dioxus for mobile targets (mostly android, but why not ios too) ?
i couldn't find a lot of examples with interacting with the native sdk let alone background workers.
thank you !
Beta Was this translation helpful? Give feedback.
All reactions