• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
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 18 Nov 2019, 07:51

      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 18 Nov 2019, 20:35

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

        P 1 Reply Last reply 19 Nov 2019, 21:53 Reply Quote 1
        • P Offline
          poVoq @Giiba
          last edited by 19 Nov 2019, 21:53

          @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 20 Nov 2019, 02:18 Reply Quote 1
          • D Offline
            domubpkm
            last edited by 20 Nov 2019, 01:01

            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 20 Nov 2019, 02:18

              @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
              • S Offline
                shapley
                last edited by 17 Apr 2020, 13:34

                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 15 Jun 2020, 10:11

                  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

                  A 1 Reply Last reply 15 Jun 2020, 12:10 Reply Quote 0
                  • A Offline
                    AppLee @theare27
                    last edited by 15 Jun 2020, 12:10

                    @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 30 Jul 2020, 18:43

                      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