blmacbeth
Feb 21, 2016 - 20:22
In both the latest betas (Pythonista2 and Pythonista3) when running web_view.eval_js('alert(document.title)'), the alert is unable to be dismissed.
Test code:
import ui
web_view = ui.WebView(frame=(0,0,500,500))
web_view.present('sheet')
web_view.load_url('https://www.google.com')
web_view.eval_js('alert(document.title)')