Buttons for custom UI browser?
-
I've built a very simple Custom UI that brings up a sheet containing a web browser that defaults to google.com... which is handy and all, but I don't know how to create a URL-entry field for the browser or (even more importantly) forward-and-back buttons. How might this be achieved?
-
You might check out Pythonista-Webbrowser.
-
Cool, thanks!
-
How would I go about installing Pythonista-Webbrowser in Editorial?
-
Actually, it may not be necessary. I've figured out how to input the URL by using Set UI Control Value. I think I might be able to do something similar to create the forward and back buttons but even without them, I'm more than halfway to what I wanted...