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. hairypalm
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 4
    • Best 1
    • Groups 0

    hairypalm

    @hairypalm

    1
    Reputation
    231
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hairypalm Follow

    Best posts made by hairypalm

    • Facebook Login in Browser using Cordova facebookConnectPlugin.browserInit

      I am trying to create a Cordova app for mobiles, which works fine. I have the facebookConnectPlugin working on a mobile, but it should also work in the browser. Instructions at say to call facebookConnectPlugin.browserInit but when run from quasar dev, the facebookConnectPlugin is undefined.

      I have also tried:

      cordova add platform browser
      cordova run browser

      And that did not work either. There are many online comments about including “facebookConnectPlugin.js” in the index, but I’ve tried many iterations of this and it has not helped.

      Has anyone been successful in getting a browser Facebook login? If so, what is the secret?

      Thanks

      posted in Help
      H
      hairypalm

    Latest posts made by hairypalm

    • How to stop QAutocomplete from triggering on QSearch update

      I have a QSearch with a nested ajax QAutocomplete. When I type into the search, then the autocomplete triggers as expected. However, I also update the QSearch box programmatically (it is an address search, so if I drop a map pin then the QSearch is populated with the address at the pin), which sometimes also triggers QAutocomplete. How can I update the QSearch value programmatically without triggering the QAutocomplete? I only want the QAutocomplete triggered when the user types directly into the QSearch.

      Thanks!

      posted in Framework
      H
      hairypalm
    • Slide inputs out of the way of keyboard.

      I’ve looked around the forums and github, and saw that others had this issue before. On iOS especially, I see that the keyboard sometimes appears right over-top of the input it is targeting. On Android, it seems that the screen scrolls or recalculates much better.

      This has been mentioned in the past (2017) @rstoenescu said it would be handled in a future release of the layout, but I haven’t found any instructions for how to handle re-layout for keyboard. Is it supposed to be automatic? How are others managing this? One other solution is to hook into a cordova plugin keyboard event and reflow the pages/layout. I don’t really want to do this if it is already handled by the framework.

      Thanks!

      posted in Help
      H
      hairypalm
    • Fixes q-stepper size

      I am trying to create a fixed-size stepper experience where the inner content is allowed to grow to fill a space. Specifically, in one of the steps I would like to place a map that takes up most of the screen.

      Unfortunately, there does not seem to be a way to allow the steps to grow, filling the stepper space. I can get the stepper and the inner steps to grow using flex, but there are other internal classes containing the content that do not grow.

      I’m looking for advice on how to make the stepper fill a space?

      Thanks!

      posted in Help
      H
      hairypalm
    • Facebook Login in Browser using Cordova facebookConnectPlugin.browserInit

      I am trying to create a Cordova app for mobiles, which works fine. I have the facebookConnectPlugin working on a mobile, but it should also work in the browser. Instructions at say to call facebookConnectPlugin.browserInit but when run from quasar dev, the facebookConnectPlugin is undefined.

      I have also tried:

      cordova add platform browser
      cordova run browser

      And that did not work either. There are many online comments about including “facebookConnectPlugin.js” in the index, but I’ve tried many iterations of this and it has not helped.

      Has anyone been successful in getting a browser Facebook login? If so, what is the secret?

      Thanks

      posted in Help
      H
      hairypalm