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. nirmal
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    nirmal

    @nirmal

    0
    Reputation
    87
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    nirmal Follow

    Latest posts made by nirmal

    • RE: Quasar exiting app pressing back button

      @nothingismagick
      When I implement this in my app… MY app exits everytime i press the back button.
      I want my app to exit only when there is no window history.
      I tried to use window.history.length but it keeps on increasing as stated here
      So how can I exit app when I am in the ‘home’ of the app

      Thanks for your reply

      posted in Framework
      N
      nirmal
    • Quasar exiting app pressing back button

      I have just started to build a quasar app. When the app is installed in emulator or real device, I cannot exit the app pressing back button.

      Why my app doesn’t exit when I press back button? Do I have to implement something?

      The app is created via quasar init command

      The app is built via quasar build -m cordova -T android

      The apk is signed by jarsigner

      and then installed on device.

      The app works fine but when i try to exit app by pressing back button. The app won’t exit.

      posted in Framework
      N
      nirmal