flexx icon indicating copy to clipboard operation
flexx copied to clipboard

Run Flexx on mobile devices

Open almarklein opened this issue 9 years ago • 0 comments

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.

almarklein avatar Jun 20 '16 07:06 almarklein