capyloon / nutria

Experimental Web Based OS Frontend
GNU Affero General Public License v3.0
191 stars 21 forks source link

[Question] Does it still support Firefox OS apps? #28

Open danimesq opened 2 years ago

fabricedesre commented 2 years ago

Some apis have changed compared to the Firefox OS apps since we're based on the work done for KaiOS 3.x

There is some documentation here about the changes.

danimesq commented 2 years ago

Some apis have changed compared to the Firefox OS apps since we're based on the work done for KaiOS 3.x

Is it possible for a JS wrapper/binder bring compability to these old apps and their old API calls?

fabricedesre commented 2 years ago

In most cases yes (one exception is when your app provides activities or uses system messages, since they now rely on a service worker event). You also need to adapt the manifest to the standard PWA format, but that part is really easy.