This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 274
Not Working in Phonegap #31
Labels
Comments
can you see any errors in the console ? |
Same here
Well, nnot same. It worked when I did a clean build of the app and did not use cordova hot-code-push. But with it, it does not work any more. I can see in the Chrome remot device debug tools that the vue file is found correctly. Any hints? |
http-vue-loader, the awesome piece of software, also works in my cordova app. No changes were necessary. However, it is a HTTP view loader. loading from file:// did not work for me, had to get the .vue files from a webserver. The strange issue with cordova-hot-code-push is still unclear. |
I have the same issue. Any suggestions? |
Add solution on a pull request #123 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. Good evening. Sorry if this is a bit of a novice question but I am a bit lost and would like some expert to advise.
I have a working vue app with this library to load asynch components. However when I experimented on it on phonegap, the components with httpVueLoader("vue/components/mainApp.vue") is not working and not showing in the phonegap mobile preview. However, when I tested it on the browser, its working perfectly...
Here is an example of what I experiemnted...
the component loads perfectly in both phonegap preview and browser, however, only works in browser.
Any suggestions or ideas of I am doing wrong?
The text was updated successfully, but these errors were encountered: