Forum Archive

Prompts or HTML in Scenes?

Shambhala

I want to be able to have a pop-up appear with console.alert() while running a scene, but it usually seems to freeze Pythonista and I have to restart the app. Is there a way to get around this?

Also, is there a way for HTML to be displayed during a Scene without opening Mobile Safari? webbrowser.open() has been opening web pages in Safari when I am running a Scene.

Gerzer

Scene overrides most, if not all, of the other possible popup windows, such as those from webbrowser and console, unfortunately.