Skip to content

issues Search Results · repo:kivy/plyer language:Python

Filter by

363 results
 (67 ms)

363 results

inkivy/plyer (press backspace or delete to remove)

According to the GPS case in the Plyer project, after packaging it into an APK and installing it on a mobile phone based on Android 14, I found that the program can start normally. I can also see that ...
  • Luanbird
  • 1
  • Opened 
    8 days ago
  • #833

Software Versions - Python: 3.11.5 - OS:Android - Kivy: 2.3.0 - Kivy installation method: pip Describe the bug A clear and concise description of what the bug is. Unable to record audio The ...
  • rcnn-retall
  • 2
  • Opened 
    16 days ago
  • #834

I was trying to send sms from plyer recently and struggled to understand why some of them did not work. I learned in the process that: 1. sms are actually limited to 160 encoded characters, 2. when ...
  • Konubinix
  • 1
  • Opened 
    on Feb 4
  • #831

from plyer import notification def test_notifcaton(): notification.notify( title= CAPTCHA Detected , message= Please solve the CAPTCHA to continue. , timeout=20 ) test_notifcaton() ...
  • surapuramakhil
  • Opened 
    on Jan 12
  • #830

How to reproduce: 1. Set notification 2. Go full screen 3. Wait for it to trigger 4. Error occurs
  • asdsadsaasd12312132
  • Opened 
    on Jan 5
  • #826

Hi, in our iOS app, I can t seem to access downloaded files. I downloaded a log file and video file from the web using safari, and our app needs to be able to open it. ~On iOS, would we do this using ...
  • brentpicasso
  • 1
  • Opened 
    on Dec 15, 2024
  • #825

Zenity file chooser dropped the --name option, which causes the following error when using the file chooser: /usr/bin/zenity --file-selection --filename /home/brent/tmp --name Load Configuration --file-filter ...
  • brentpicasso
  • 1
  • Opened 
    on Oct 23, 2024
  • #821

Your current _start_scanning function does not accept an interface argument для macos и windows windows and macos def _start_scanning(self): linux def _start_scanning(self, interface=None): ...
  • GvozdevLeonid
  • Opened 
    on Sep 26, 2024
  • #820

Can you add is_connected for Macos? It seems we can find out whether we are connected or not by checking ssid def _is_connected(self, interface=None): return CWInterface.interface().ssid() is ...
  • GvozdevLeonid
  • Opened 
    on Sep 26, 2024
  • #819

Current implementation of windows dialogs make use of deprecated API (common dialog) to open file dialogs. This is a requesto implement the same interface using newer API available since Vista: https://learn.microsoft.com/en-us/windows/win32/shell/common-file-dialog ...
  • ikus060
  • Opened 
    on Sep 20, 2024
  • #818
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub