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
Currently, we haven't thought through how the applications will be launched. Once launched will the haply code be constantly running in the background or will we need to relaunch with each new rendering? What are the considerations/ ramifications for each approach?
The text was updated successfully, but these errors were encountered:
sriGanna
changed the title
Investigate whether UI is constantly running the background or not?
Investigate whether UI should be constantly running in the background or not?
Sep 8, 2021
In the current approach, we're only planning one extension. For the majority of users, they will not have a Haply or other haptic device, so the haptic portions of the extension must be written to be dormant if not in use. Worst case would be if it had a running loop or something all the time even with no Haply connected, slowing down the browser, reducing laptop battery life, etc.
Currently, we haven't thought through how the applications will be launched. Once launched will the haply code be constantly running in the background or will we need to relaunch with each new rendering? What are the considerations/ ramifications for each approach?
The text was updated successfully, but these errors were encountered: