UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Webber - webapp creator

    Scheduled Pinned Locked Moved Off topic
    9 Posts 6 Posters 1.2k Views 2 Watching
    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.
      • D Offline
        domubpkm
        last edited by

        Just for information, on the Openstore, a new Webapp creator : Webber.
        The application is only in its first steps but seems to me very fluid and easy to use.
        Thanks to Tim Süberkrüb.

        1 Reply Last reply Reply Quote 6
        • G Offline
          Giiba
          last edited by

          It looks quite nice, and being able to define the url pattern will make all the difference.

          poVoqP 1 Reply Last reply Reply Quote 1
          • poVoqP Offline
            poVoq @Giiba
            last edited by

            @Giiba said in Webber - webapp creator:

            It looks quite nice, and being able to define the url pattern will make all the difference.

            Can you give an example what these url patterns allow to do?

            Fairphone 5 (waiting for port)

            G 1 Reply Last reply Reply Quote 1
            • D Offline
              domubpkm
              last edited by

              Update 0.2.0 : improve user interface and allow to customize permissions !!

              Awesome !

              1 Reply Last reply Reply Quote 1
              • G Offline
                Giiba @poVoq
                last edited by Giiba

                @poVoq
                The url pattern allows you to configure the allowed domains for a web app. See below for code I use for a simple gmail app. The pattern is *.google.com to allow for accounts.google.com to pass enabling login.

                The web app creator that pre-dates this new one would just fill the url pattern same as the url, meaning a lot of sites don't fully work without further modifications.

                [Desktop Entry]
                Name=********
                Comment=******** gmail
                Type=Application
                Icon=********.png
                Exec=webapp-container --webappUrlPatterns=https?://*.google.com/* https://mail.google.com/mail/mu/mp/900/#tl/Inbox
                Terminal=false
                X-Ubuntu-Touch=true
                X-Ubuntu-Splash-Color=#000000
                
                1 Reply Last reply Reply Quote 1
                • shapleyS Offline
                  shapley
                  last edited by

                  A lot of apps I use include banks and blogs and it's fantastic to be able to create a quick desktop icon/link to the login pages...well done Tim Süberkrüb!

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    theare27
                    last edited by

                    It would be good if there was a way to override the browser user agent from within Webber so that it could (for example) be set to Chrome on Android etc

                    Some websites really dislike Morph for arbitrary reasons

                    AppLeeA 1 Reply Last reply Reply Quote 0
                    • AppLeeA Offline
                      AppLee @theare27
                      last edited by

                      @theare27
                      Hi, this kind of feature request is better asked directly to the app maintainer: https://github.com/timsueberkrueb/webber/issues/new
                      You might wanna check the existing issues before creating a new one to avoid doubles.

                      1 Reply Last reply Reply Quote 0
                      • D Offline
                        domubpkm
                        last edited by

                        For those who want to use webber on the DEV channel at the moment (except Pinphone), ONLY version 0.4.0 works on most phones i think. The download link is the following:
                        https://github.com/timsueberkrueb/webber/releases/download/v0.4.0/webber.timsueberkrueb_0.4.0_armhf.click

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post