sympy / sympy_gamma

A SymPy version of WolframAlpha.
https://sympygamma.com
Other
674 stars 112 forks source link

PWA support? #164

Closed superusercode closed 2 years ago

superusercode commented 4 years ago

Microsoft Edge already lets me pin websites to taskbar (on the chromium version) , but having this site installable would be really convenient.

aktech commented 4 years ago

Can you share an example?

eagleoflqj commented 2 years ago

I plan to add PWA support to SymPy Beta.

eagleoflqj commented 2 years ago

As SymPy Gamma relies on server computation, PWA support doesn’t bring much benefit. I’ve added initial PWA support to SymPy Beta where all computations are on client. Currently it’s just a PoC that partially works on Linux Chromium but doesn’t work on iOS Safari. I’ll keep improving it.