How do i open Snapp! apps on macOS, I tried to open it but it give me a error. (Also this might not be the category for this post to be, can you move this post to the right category).
Snapp! hasn't been maintained in a long time. Apple no longer supports the processor chips it targets. So I think you're out of luck unless someone takes over its maintenance. Sorry!
Is there any alternatives
You can modify snap easily to be fullscreen and then you can throw it into electron and compile an executable out of your modified snap
can it run offline
Yes.. it's electron..
Does it need to connect to internet to get the project
no?
I think if you're planning to work offline you save your project to your computer rather than to the cloud.
you can tell snap to load an xml string in javascript, its just a matter of modifying snap to run the project in embed mode
How do i do that (i don't know that much JavaScript)
I'd suggest that you look at wherever Snap!'s open from local files function is stored, then just replace the part that gets user interaction with a bit that loads a file from the server. That xml file could just be put in the same directory as Snap!'s own source code, I think.
For the fullscreen part, probably just grep for the function, then modify Snap! to call it.
I don't have any experience with Electron, so I may be wrong.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.