achille-martin / pyqt-crom

Create cross-platform apps (Android for now) using only Python and the Qt Framework (PyQt5 for now).
MIT License
25 stars 2 forks source link

Feature: access mobile-specific features #6

Closed achille-martin closed 5 months ago

achille-martin commented 11 months ago

The aim is to be able to access mobile-specific features when deploying the app on mobile.

For instance:

achille-martin commented 9 months ago

Mobile-specific features might be accessible from existing PyQt5 modules:

achille-martin commented 8 months ago

Tips are given on kviktor's github page on how to deal with Android permissions specifically.

achille-martin commented 5 months ago

This issue will be investigated in the Basic+ plan.