Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. syshex
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    syshex

    @syshex

    0
    Reputation
    5
    Posts
    45
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    syshex Follow

    Posts made by syshex

    • Building Android and Iphone Apps with Quasar - Icons issue; cli issue; etc

      Hi,

      When I build a quasar app for Android or Iphone using quasar with Cordova I have the following issues that maybe someone can give me a hand with :

      1- The icons I have for my app. When I build the quasar app , the cordova output has on its RES folder the default logos for Cordova. Is there a way to specify on the Quasar.conf.js file which icons to use? This is for both Iphone and Android.

      2- I can build and sign the complete Android app from the command line. Is there a way to execute a build for iphone without having to open Xcode interface, open project and go through all those steps?

      Thanks so much

      posted in CLI
      S
      syshex
    • RE: Origin: file:// on Post request

      In fact, I’m not really sure that that is the problem.

      I also noticed that the compile version of the quasar app is not sending the OPTIONS request before the post.

      In the dev version, that I run in the browser, that is sending the OPTIONS request.

      posted in Help
      S
      syshex
    • Origin: file:// on Post request

      Hello everyone.

      I’m having this problem, which I’m sure should be easy to solve, but I can’t seam to find a way to fix it.

      When I’m performing a POST request on my android device I’ getting 403 from all my servers. I noticed by snooping the request that I’m sending the Origin as file://. I’m pretty sure this is the problem.

      I’m getting the 403 from nginx server and from a Play Platform. It is not really an option to change those.

      Any help you can provide?
      Thanks

      posted in Help
      S
      syshex
    • RE: [Quasar I18n issues ] how to use default languages

      Got it , with the vue-i18n it is easy

      {{ $t(“success”) }}

      posted in Help
      S
      syshex
    • RE: [Quasar I18n issues ] how to use default languages

      Got this same problem. Looking for answer. How did you get this to work ?

      posted in Help
      S
      syshex