Pythonista-Issues icon indicating copy to clipboard operation
Pythonista-Issues copied to clipboard

Issue tracker for Pythonista (iOS)

Results 160 Pythonista-Issues issues
Sort by recently updated
recently updated
newest added

Ability to `pop_to_root_view(animated=True)` would be nice.

enhancement
internal-module
minor

Setting the following in the run method does not result in a locked orientation (example pulled from one of the games included with Pythonista): ``` run(Game(), PORTRAIT, show_fps=False) ``` Pythonista...

现在您有什么好的解决方案吗?我也碰到了。

![wc](https://user-images.githubusercontent.com/550621/80895653-60f19300-8ce7-11ea-925b-cb493b9232a3.jpeg) I have to admit that I'm lost and angry that this does not work. it works on my iPad. On my iPhone exactly the same does not work. In...

![332BB872-5166-4220-822A-6499705A4D0A](https://user-images.githubusercontent.com/2159464/78010117-47ed6f00-7342-11ea-9e9a-31018aac16b1.png) Sample code: ``` def gather_used_tools(fieldname): code = compile(''' try: current = config['CURRENT'][\'''' + fieldname + '''\'] except: current = '' if (current != ''): used_tools.append(\'''' + fieldname + '''\')...

It would be nice if the `dialog` module had UI elements that honored the system wide dark mode. It's a shock to the system to get flashed with the bright...

Highly convenient attribute, but not discoverable by new users as only mentioned in the release notes of an earlier release of Pythonista.

For my script to work I need to access information about scheduled notifications like 3.2 let you retrieve. Usage in detail: https://github.com/whustedt/Noti/blob/master/Noti.py → Could you please bring back this functionality...

When a file was first created, everything looks good. But after minizing the app and opening again, it looks like picture 2. The keyboard is Sogou keyboard. ![482F19B7-F348-4041-9EC4-1D3AB93CE796](https://user-images.githubusercontent.com/61729062/75753195-3629a380-5d65-11ea-9730-0d56b2e5ad12.png) ![AD9813F5-DD59-4160-B23A-774C0ABF3CC3](https://user-images.githubusercontent.com/61729062/75753205-3fb30b80-5d65-11ea-9698-3789ae5a8a11.png)

This program immediately crashes the app now: ``` python import console console.set_idle_timer_disabled(True) ```