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. hawkleaf
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 3
    • Best 0
    • Groups 0

    hawkleaf

    @hawkleaf

    0
    Reputation
    165
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hawkleaf Follow

    Latest posts made by hawkleaf

    • Localstorage limit on Safari mobile

      Hi guys,

      I’ve been making an app with quasar and I’m absolutely loving it. I want to allow my client to save data offline so that when there is no internet connection the app can still be used. It’ll just sync later.

      Problem is, 5mb is not alot when I have to store images of each 300kb. Together with some other data the data cap is easily reached. Are there any known ways of increasing localstorage capabilities? I’ve been trying to find some concrete information online but to no avail.

      I’m hoping you guys might know how I can stretch it even just a little bit, 10mb or 15mb would make a big difference.

      posted in Help
      H
      hawkleaf
    • Making my app work on cordova, for IOS and Android

      Hey guys,

      I’m trying to get my app to work through cordova but I’m running into some issues that I can’t seem to get around.

      When following the documentation everything works fine untill I open the app on one of the emulators. Both android and IOS get to the emulator but have some seperate issues.

      IOS:
      When I boot it it does show my home screen, I can try to log in and it says the login is successfull (So the scripts are indeed working) But it doesn’t change to another page afterwards. Now I can’t see what is going on because I have no way of accessing the console to view any errors that javascript might produce. If I could access the console I would be one step closer to solving the issue.

      Android:
      We have a slight advantage with using android, I can go into remote devices in the chrome developer tools to see the errors that the app produces. It practically shows a white screen with the following error:
      https://puu.sh/yV5h2/e15a862e53.png

      I can’t seem to find the place where this file is referenced and I haven’t found out where this is causing me any issues. When I run quasar build and deploy it to my webserver it works fine. So my thought is that it goes wrong between quasar wrap cordova and cordova platform add android.

      I’m hoping i’m not the only one having such difficulty figuring out how to properly get my apps working for both platforms

      posted in Help
      H
      hawkleaf
    • Datatable, @rowclick

      In the documentation there is a rowclick event mentioned. I’d like to use this to remove a button that I have on every row. However, with a template scope you can access the data for that cell. With this event it seems you cant, at least it isn’t documented. Does anyone know if this is possible with @rowclick?

      posted in Help
      H
      hawkleaf