Meteor gives you a radically simpler way to build realtime mobile and web apps, entirely in JavaScript from one code base
Questions tagged [meteor-mobile]
7 questions
2
votes
0 answers
Offline meteor application using ground:db
I am working with offline support of Meteor Application. I have researched about this support but all are giving one answer 'ground:db'. I looked into that solution its really nice effort by @raix. I started with that package, Its already working…

Dhaval Rajani
- 191
- 1
- 2
- 15
2
votes
1 answer
Meteor local server on mobile - Error: Error parsing asset manifest
I have deployed a Meteor app on Heroku.
I have added a platform: Android
When I try I build the app using the meteor build command meteor build --directory ~/builds --server https://my-app.herokuapp.com and the install the apk using adb, I get an…

R-J
- 928
- 1
- 7
- 24
1
vote
1 answer
How to open an external link in a Meteor angular ios app?
I have a Meteor (v 1.2.0.2) angular mobile app and need to have a link to an external webpage but the links would not open on android or ios. After researching, I found from this question that I could add a cordova plugin called inAppBrowser
How to…

pope12
- 86
- 7
0
votes
1 answer
meteor mobile app does not work on android 9 and 10
I made a mobile app from a meteor project.
The app works well on Android 7 and 8.
But it does not work on Android 9 and 10. The login page is displayed on the mobile but I can not login.
It seems that the request is not sent to the server and after…

ramin
- 89
- 1
- 11
0
votes
1 answer
How to include local resources in mobile build of Meteor?
relatively newbie question about meteor mobile (Android). I'm a bit lost regarding the inclusion of images and other assets into the Cordova build of my Meteor app (just so the Android app doesn't have to download the images off the server, and just…

remingtonchan
- 479
- 4
- 11
0
votes
2 answers
Meteor Mobile Server on Heroku - No Access-Control-Allow-Origin header is present
Let me start by saying I've found several proposed solutions online, but none of them seem to work for me.
Issue:
I have a meteor app I'm trying to run on android. For this, I've deployed the app on Heroku and I call the run android-device command…

Cos
- 1,649
- 1
- 27
- 50
0
votes
0 answers
No metadata files found for isopack
whenever i run any meteor command like
meteor run android-device
it is giving this error
C:\Users\abc\AppData\Local.meteor\packages\meteor-tool\1.4.2_3\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:190
…

Muhammad Shaharyar
- 1,044
- 1
- 8
- 23