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

    Cordova undefined on iOS

    Help
    6
    26
    10082
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rstoenescu
      rstoenescu Admin last edited by

      Hi, will look into it.

      1 Reply Last reply Reply Quote 0
      • Martin
        Martin last edited by Martin

        I’m having the same error. App works ok on android but cordova is not recognised on iOS
        pre-fixing with window doesn’t help.

        Quasar 0.9

        1 Reply Last reply Reply Quote 0
        • rstoenescu
          rstoenescu Admin last edited by

          Root caused it. Will fix it.

          1 Reply Last reply Reply Quote 1
          • rstoenescu
            rstoenescu Admin last edited by rstoenescu

            Fixed in Quasar edge and will be available in v0.12.1. Thanks for reporting guys!
            Reference: https://github.com/quasarframework/quasar/issues/316

            Martin 1 Reply Last reply Reply Quote 0
            • Martin
              Martin last edited by

              Thanks! Using yesterday’s edge. Works ok and stable. Almost ready to start alpha testing my app in the apple.android stores 🙂

              1 Reply Last reply Reply Quote 1
              • s.molinari
                s.molinari last edited by

                Cool! Hope you let us in on its release (if possible)!

                Scott

                Martin 1 Reply Last reply Reply Quote 0
                • Martin
                  Martin @s.molinari last edited by

                  @s.molinari Surely I will.

                  1 Reply Last reply Reply Quote 0
                  • Martin
                    Martin @rstoenescu last edited by

                    @rstoenescu Is it possible to get a branch from v12.0 with the cordova fix? Or maybe just the code snippet (if it’s an easy fix)
                    Some Modals and popups don’t seem to work with yesterday’s quasar-edge.
                    (haven’t tried today)
                    thanks.

                    1 Reply Last reply Reply Quote 0
                    • rstoenescu
                      rstoenescu Admin last edited by

                      @Martin oh? I’m really interested in what the problems are. Wanna release v0.13 this or next week (depending on how much time I have). Skipped v0.12.1 because edge version contains sooo many novelties and enhancements.

                      Martin 1 Reply Last reply Reply Quote 0
                      • Martin
                        Martin @rstoenescu last edited by

                        @rstoenescu ok, I’ll try again today with latest edge and see if I can give you something reproducible.

                        1 Reply Last reply Reply Quote 0
                        • Martin
                          Martin last edited by

                          I’m getting a null error when closing a Modal. After that it’s not possible to open it again.
                          I’ll try to set up a simple example that reproduces this.
                          0_1484831570590_upload-64cc3568-f4e5-4cc8-a60b-53a854fa4910

                          0_1484831785795_upload-18e169bf-e401-4c01-9931-40e81153c300

                          1 Reply Last reply Reply Quote 0
                          • Martin
                            Martin last edited by

                            At first I thought it was related to my cordova security settings, but that’s fixed.
                            Now I’m only getting this error
                            "TypeError: Cannot read property ‘removeChild’ of null
                            at VueComponent.beforeDestroy "
                            The same error also appears with PopOvers.
                            Searching on Google gave me this link (a vue-material issue with md-tooltips)
                            with similar error.
                            https://github.com/marcosmoura/vue-material/issues/188

                            1 Reply Last reply Reply Quote 0
                            • rstoenescu
                              rstoenescu Admin last edited by

                              @Martin Ok, now I know what’s this about. Can you share your repo to see the exact use case of your Modal pls? A private link or something. You’re on an edge case and I’d like to fix that also. Thanks!

                              1 Reply Last reply Reply Quote 0
                              • Martin
                                Martin last edited by

                                Ok I’ve set up a rep for you. What email address can I send the link to?

                                1 Reply Last reply Reply Quote 0
                                • rstoenescu
                                  rstoenescu Admin last edited by

                                  razvan.stoenescu@gmail.com

                                  1 Reply Last reply Reply Quote 0
                                  • rstoenescu
                                    rstoenescu Admin last edited by

                                    Oops, “The owner of this repository (skilldance) is already at their plan limit and will need to upgrade before adding more users.”

                                    1 Reply Last reply Reply Quote 0
                                    • rstoenescu
                                      rstoenescu Admin last edited by

                                      Ok, discussed with Martin in private. He helped me reproduce his use case and pushed fix for it. Quasar edge has it and v0.13 (next immediate version) will too.

                                      1 Reply Last reply Reply Quote 0
                                      • rstoenescu
                                        rstoenescu Admin last edited by

                                        Quasar v0.13 is out so this is fixed.

                                        1 Reply Last reply Reply Quote 0
                                        • Gianni
                                          Gianni last edited by

                                          I got the same Cordova error here.

                                          I installed quasar-framework v0.13

                                          What i was trying is to use this plugin :
                                          window.cordova.plugins.insomnia.keepAwake()

                                          I also tried to call it without window
                                          cordova.plugins.insomnia.keepAwake()

                                          Cordova is wrapped and the JS files are located at the right place
                                          ./cordova/platforms/android/assets/www/cordova.js
                                          ./cordova/platforms/android/platform_www/cordova.js
                                          ./cordova/platforms/ios/CordovaLib/cordova.js
                                          ./cordova/platforms/ios/platform_www/cordova.js
                                          ./cordova/platforms/ios/www/cordova.js

                                          It does not work in the Browser nor in the Play App.
                                          I ran the quasar with this command : PORT=9000 quasar dev mat -p

                                          Is there a way to check if cordova got included properly? Or do i need to import or initialise it somehow ?

                                          1 Reply Last reply Reply Quote 0
                                          • Gianni
                                            Gianni last edited by

                                            0_1485985917626_Screen Shot 2017-02-01 at 22.45.12.1.png

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post