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. dunsun
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 1
    • Groups 0

    dunsun

    @dunsun

    1
    Reputation
    363
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dunsun Follow

    Best posts made by dunsun

    • RE: Indent tabs - linter

      Sorry it should have been:

      ‘no-tabs’: [‘off’]

      posted in Help
      D
      dunsun

    Latest posts made by dunsun

    • RE: Support for older mobile devices ?

      Thank you for you info.
      Anyways please do you know if at least Android standard browser in version 5 and higher is supported ?
      Right now I have no way how to test drive.

      Regards

      posted in Framework
      D
      dunsun
    • Support for older mobile devices ?

      Hey,

      I have written a very nice quasar application and it just took me no more then 2 weeks. Impressive framework !

      Anyways after deploying it I found out that it does not work on devices with Android 4 more specifically I’m talking about a default browsers and Dolphin browser …
      When I start chrome browser everyhing is OK and when I build my application using Crosswalk and run it as an APK app it’s OK as well.

      So how is it possible to make my app running even on none Chrome browsers on older devices ?

      Thank you
      Regards

      posted in Framework
      D
      dunsun
    • q-drawer-link with dynamic routes

      Hey,

      I use dynamic routes:
      { path: ‘tasks/:action’, component: load(‘Tasks’) }

      So I can access /task/edit, /task/add, /task/list, …

      First thing was that I had to manualy add a watcher for $route changes so that it could reflect an actual action variable in my templates. So far so good.

      But when a specified route is choosen (clicked) q-drawer-link is not hightlighted as it usually is (for none dynamic routes).

      Any tip ?

      Thanks

      posted in Help
      D
      dunsun
    • RE: Indent tabs - linter

      Sorry it should have been:

      ‘no-tabs’: [‘off’]

      posted in Help
      D
      dunsun
    • RE: Indent tabs - linter

      Answering my own questione:

      Added this into a .eslintrc.js file
      ‘no-unused-vars’: [‘off’]

      Cheers

      posted in Help
      D
      dunsun
    • Indent tabs - linter

      Hey,

      How can one change default enforced space indenting to tabs instead of spaces ?

      Thank you

      posted in Help
      D
      dunsun