flexx
flexx copied to clipboard
Run Flexx on mobile devices
Let's start by making Flexx apps run on mobile in "exported" mode, i.e. without a Python server, similar to how apps can be exported to standalone HTML.
Ideas:
- XUL (would mean a dependency on Firefox)
- Manifold.js
- W3C Web App Manifest (wip) allows one to define how the web page should be shown as an app. Can also be standalone of full screen. Only implemented on Android + Chrome for now.
- Apacha Cordova
- Phonegap (based on cordova)
- Maybe PyBee's briefcase
Some of these ideas will similarly allow installing standalone Flexx apps in desktop OSes.