Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. browser
    Log in to post
    • 0

      Install web browser?
      General • browser web • • 007fred50

      3
      0
      Votes
      3
      Posts
      84
      Views

      thilov

      Morph Browser is the preinstalled browser and a good one in my opinion.
      Installing Firefox via libertine or Anbox should work but is probably not the best user-experience.

    • 3

      Browser top bar - Morph/any browser
      Support • browser morph request • • 3T_Ed

      9
      0
      Votes
      9
      Posts
      67
      Views

      B

      I think Demo Browser had some interesting UI features.

    • B

      [Question] Tweaking firefox in libertine to make it usable with touchscreen
      Support • browser firefox libertine question • • BigB

      4
      0
      Votes
      4
      Posts
      111
      Views

      TotalSonic

      As stated before, using the Libertine Tweak Tool available from the Open Store, allows you to set gui sizing and large scroll bars for apps in libertine containers, that make them much more usable mobile form factors. Also - installing the Scroll Anywhere extension and setting it for "Grab and Drag" behavior allows scrolling via touch for Firefox. Firefox unfortunately still will be much slower and less responsive than Morph is on UT.

      Best regards,
      Steve Berson

    • Rebecca58

      Web browser alternative
      App Development • browser browser crash captcha chrome javascript • • Rebecca58

      13
      0
      Votes
      13
      Posts
      334
      Views

      Rebecca58

      I still have the captcha problem on the browser. not appearing after I removed the ublocker app.
      what should I do? I can't access most websites .

    • E

      Ecosia Search Engine in Ubuntu Touch / Morph Browser
      Support • browser morph • • erik-kueng

      11
      0
      Votes
      11
      Posts
      383
      Views

      advocatux

      @erik-kueng you can make a PR and then someone like @UniSuperBox will approved it and merge it.

      Thanks for your work btw 🙂

    • K

      Morph Browser
      Support • browser • • ksalver

      4
      0
      Votes
      4
      Posts
      397
      Views

      V

      Ha, I had the opposite last night. I was running a (music streaming) web app, closed the tab--and the web app kept running, now with no way to stop the music. Had to close the browser app and restart. 🙂

    • B

      Browser redirect to wifi login page
      Support • auto redirect browser • • bf

      16
      1
      Votes
      16
      Posts
      7894
      Views

      G

      I sniffed with TCPDUMP in my FreeBSD netbook what's going on on
      first requesting with firefox some web page:

      FF starts and asks the (local) DNS at IP 192.168.179.1 port 53
      for the IP addr of A? detectportal.firefox.com

      DNS answer: CNAME detectportal.firefox.com.edgesuite.net.,

      CNAME a1089.d.akamai.net., A 92.226.1.104

      FF makes HTTP request to 92.226.1.104 and sends

      HTTP: GET /success.txt

      92.226.1.104 (and this is perhaps not the answer of 92.226.1.104, but sent by the local AP):

      HTTP/1.0 302 Moved Temporarily
      Location: http://192.168.179.1:8186/untrusted_guest.lua.

      which FF now let bring up the landing/login page of the AP

      But, this (HTTP redirect) is only one of more arts to direct a browser to
      a login page; see also: https://en.wikipedia.org/wiki/Captive_portal

      I also would suggest a good organized description in the Wiki about some common methods to try in UT/UB to get to the login page of the local Wifi AP.

      matthias