Navigation

    Quasar Framework

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

      Can't get download URL from firebase storage on IOS
      Help • firebase ios storage • • Seanitzel

      2
      0
      Votes
      2
      Posts
      9
      Views

      S

      And…

      Of course i solve it 5 mins after posting a question about it, after spending full days on it xD

      The problem was i was trying to save what i was fetching to the cache, which is apparently not available and messes everything up when it’s called inside wkwebkit.

      Meh

    • S

      Access external links with WKWebView (OpenURL)
      Framework • cordova externallink ios wkwebview • • SidneiJSilva

      3
      0
      Votes
      3
      Posts
      56
      Views

      metalsadman

      Your server should handle the cors, not your frontend.

    • M

      Error on quasar dev -m capacitor -T ios, always the same error with image
      CLI • capacitor ios • • Matheus Ryuki

      1
      0
      Votes
      1
      Posts
      33
      Views

      No one has replied

    • Frosty-Z

      iOS : UIWebView deprecation, cookies support
      Framework • authentication cookies ios uiwebview wkwebview • • Frosty-Z

      2
      1
      Votes
      2
      Posts
      293
      Views

      No one has replied

    • R

      Missing files in src-cordova/www
      CLI • build cordova ios quasar-cli • • rtengent

      2
      0
      Votes
      2
      Posts
      627
      Views

      R

      I solved this problem!

      I was specifying this in quasar.conf.js to fix some routing issues that I was seeing when running “quasar dev” :

      extendWebpack(cfg) { cfg.output = { publicPath: "/", }; }

      cfg.output was not set when running “quasar dev” but it is set when running “quasar build -m cordova -T ios” and so I was inadvertently overwriting it.

      Changing it to this let me get further:

      extendWebpack(cfg) { if (!cfg.output) { cfg.output = { publicPath: "/", }; } }
    • dan-leech

      I can't run Quasar 0.16 on iOS 9 with Safari 9
      Help • cordova ios safari • • dan-leech

      6
      0
      Votes
      6
      Posts
      445
      Views

      Hawkeye64

      If you are interested in updating to Babel 7.x (which I have done), there is a great tool here: https://github.com/babel/babel-upgrade