omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Can you close websites in Pythonista.

    Pythonista
    python 3.6 pythonista python
    3
    3
    2651
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • zhb
      zhb last edited by

      Hey so I know how to open sites by importing webbrowser but it won’t let you close sites. Does anyone know how to close an already open site.

      1 Reply Last reply Reply Quote 0
      • brumm
        brumm last edited by

        Why do you want to close a site? Typically you close the app, change a site or stop loading...
        Here you find a small example look for "Webbrowser".

        1 Reply Last reply Reply Quote 0
        • JonB
          JonB last edited by

          If you look at the source code for pythonista s webbrowser module, it is based on UI.WebView. use a webview, which has a close method.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors