mikaelho
mikaelho
I know it is a completely different can of worms and not a priority right now, but exposing animation properties would enable much flashier UIs. I do have an unfinished...
To be exact, the animation parameters are managed in Python, and then passed to js where they are used more or less as-is in `animate` calls. The context manager is...
Thanks for reporting this. Seems something has changed in Apple APIs. It is unlikely I will look at this soon. PRs are very welcome.
This issue with my WKWebView wrapper is unlikely to be dependent on Pythonista version. But the soon-to-be-released version of Pythonista is expected to contain an ”official” (and working) version of...
Hmm, it’s like 5 lines of code. Maybe we could see if we could get it added to the core version, or subclass and it ourselves.
Need to look into it, but I find it unlikely since even js popups had to be implemented separately. M > cvpe kirjoitti 28.4.2020 kello 19.26: > > >...
This does not look very promising: https://stackoverflow.com/questions/39070722/wkwebview-wont-open-social-media-login-popups/39073499#39073499
Okey, reading into this, delegate probably needs to implement `webview:createWebViewWithConfiguration:forNavigationAction:windowFeatures:` where a new webview needs to be created and returned. Not sure what will happen if we just return the...
Thanks! Unfortunately, the issue that you highlighted is not only related to window.open, but also `` tags with target set to ”_blank”. The WKWebView user interaction delegate would handle both,...
Thank you for these tests and for sharing the results. I included them in the documentation in commit d839ab10f675a33339e1b59fda5cdf172caaa9a4, which also includes some housekeeping. Next I will check whether the...