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. icfr
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Best 0
    • Groups 0

    icfr

    @icfr

    0
    Reputation
    426
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    icfr Follow

    Latest posts made by icfr

    • RE: Way to Call Cordova plugin on each slide of q-slider

      you can use a component that watch if slide is visible or not

            <q-slider  ref="slider">
              <div v-for="(slide, key) in slides" :key="key" slot="slide">
                <call-cordova  :visible"$refs.slider && $refs.slider.slide === key"></call-cordova>
              </div>
            </q-slider>
      
      posted in Help
      I
      icfr
    • RE: Cordova workflow

      whit this you can just simulate in a browser and you will not see the real performace in the app

      try my solution i build all my cordova app with this and it work well with hot reload

      posted in Framework
      I
      icfr
    • RE: Cordova workflow

      if you have plugins you can change your config.xml to something like this

          <!-- <content src="index.html" /> -->
          <content src="http://ip.dev.pc:devport" 
      
      posted in Framework
      I
      icfr
    • RE: Autocomplete with partial search like a SQL "like" clausule

      you can use http://fusejs.io/

      posted in Help
      I
      icfr
    • RE: Typescript

      i have do a PR to add typescript definition to quasar here

      posted in Framework
      I
      icfr
    • RE: can't get vue-i18n initialised properly

      did you have set lang ?

      // set lang
      
      Vue.config.lang = 'ja'
      
      posted in Help
      I
      icfr
    • typescript definition

      i juste finished write typescript definition for quasar framework

      PR typescript definition

      is anyone can test it

      posted in Framework
      I
      icfr