3 Messages
Is there an App for the Mac and/or PC
Inquiring if there is an app for the Mac. I recently became an SS customer and the missing component for me is a dedicated app that I can run on my computer. I have the mobile App on my phone and it is OK, but when I'm home, I prefer using my Mac computer. The competitor, Ring, did have it and it was very useful. TIA
Official Solution
davey_d
Community Admin
•
5.7K Messages
4 years ago
@simplistuckon
We could develop native apps, but then we'd have to account for the huge variety of desktop computers out there - across multiple versions of Windows, MacOS, and Linux, etc. The webapp approach means we can deploy to all of those platforms all at once.
(edited)
0
0
Accepted Solution
whoaru99
1.3K Messages
4 years ago
4
0
simplistuckon
248 Messages
4 years ago
Many companies don't develop actual programs anymore, they just wrap their web application in a self-contained browser and call it an "app". This often makes for bloated and slow programs. Microsoft Teams, Visual Code, Evernote are examples of programs that use this method.
The tool they use is called Electron (wikipedia link). It's an entire Chromium browser that just runs one web page locally. So instead of having one browser open all the time, you'll have multiple browsers open all the time, one for each web page "app", whether you realize it or not.
0
0
simplistuckon
248 Messages
4 years ago
(Though to be fair: The point of Electron is that you don't develop a "native app". You wrap your web app in it and then it runs "natively" on all those versions and OSs. Electron takes away the burden of making it run on all those different platforms, though at the cost of speed and serious bloat. It's Java all over again.)
1
Simply_Mike
1 Message
2 years ago
There's no reason we can't have a web interface with camera feeds presented. This really does matter, as camera displays on a cellphone are far too small
2
0