No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. dsky
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 9
    • Best 1
    • Groups 0

    dsky

    @dsky

    2
    Reputation
    266
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dsky Follow

    Best posts made by dsky

    • Cordova Social Login

      I have searched for quite a while but simply cannot find a straight forward solution to do the social login with facebook / google on a cordova wrapped app.

      I have implemented the social login which works perfectly for the quasar web app but as soon as I wrap it and test it on the device the callback URL that I have to provide to facebook and google’s oauth sign ups won’t work (localhost does not work on the phone)

      Has anyone successfully implemented social login on a cordova wrapped quasar app?

      David

      posted in Help
      D
      dsky

    Latest posts made by dsky

    • Develop app on phone

      heya.

      I’m having trouble debugging on my phone. I’m following these instructions (https://quasar.dev/quasar-cli/developing-cordova-apps/build-commands) but I can’t get it to work.

      I run quasar dev --mode cordova --target android then I choose my desktop’s IP (192.168.178.38:8282) then I see LAUNCH SUCCESS but the app only flashes a white screen and then closes again. Any idea what I could be doing wrong or how to get more insight?

      posted in Help
      D
      dsky
    • RE: back button in android using Quasar 0.16

      @liuzhongshu I have tried multiple phones with all the same result, I really believe it is a quasar 0.16 issue

      posted in Help
      D
      dsky
    • RE: back button in android using Quasar 0.16

      @liuzhongshu I have a similar problem after upgrading from 0.14 to 0.16. For me the back button is not working or only after you press it multiple times and then it jumps back multiple steps in the history. Did you see this problem too and have a solution? Getting pretty frustrated as I haven’t changed anything. Any insight would be greatly appreciated.

      posted in Help
      D
      dsky
    • RE: Forcing component reload with different parameters

      Am I the only one having this problem?

      posted in Help
      D
      dsky
    • Forcing component reload with different parameters

      If I have a side menu with two links to the same component but with different parameters like so:

      <q-side-link item :to="{name: ‘search’, params: { title: ‘Search A’, param1: ‘a’}}"></q-side-link>
      and
      <q-side-link item :to="{name: ‘search’, params: { title: ‘Search B’, param1: ‘b’}}"></q-side-link>

      If I click on the first link, the component loads. If I now click on the second link, nothing happens because the component is loaded already.

      What can I do to reload it with the new parameters?

      posted in Help
      D
      dsky
    • Apply CSS to dynamically loaded HTML

      I load some HTML content via HTTP and render it with v-html into a div container.

      I have some CSS that styles classes from that dynamically loaded HTML. In the browser this all is good and works but when I wrap the app with cordova an use it on the phone, the CSS seems to either not be there at all or just does not get applied to the dynamically loaded HTML.

      Has anybody an idea why that would be?

      posted in Help
      D
      dsky
    • Cordova Social Login

      I have searched for quite a while but simply cannot find a straight forward solution to do the social login with facebook / google on a cordova wrapped app.

      I have implemented the social login which works perfectly for the quasar web app but as soon as I wrap it and test it on the device the callback URL that I have to provide to facebook and google’s oauth sign ups won’t work (localhost does not work on the phone)

      Has anyone successfully implemented social login on a cordova wrapped quasar app?

      David

      posted in Help
      D
      dsky
    • RE: Global Left Drawer

      Thank you!

      posted in Help
      D
      dsky
    • Global Left Drawer

      Hi,

      sorry if this is a very basic question but I was wondering how to define a left drawer that is the same on all my views acting as a global navigation instead of repeating the code in each of my components.

      Is that possible?

      Best,
      David

      posted in Help
      D
      dsky