How to prevent load of meteor.local (when building ios app with phonegap)

前端 未结 1 652
暗喜
暗喜 2021-02-06 01:31

This is an extension of a question I asked here, which went unanswered. I am attempting to use the Meteor app on my iPad that I\'m hosting on my own remote server. The issue is

相关标签:
1条回答
  • 2021-02-06 02:15

    Have a look at this post :

    I've understood my problem, maybe your problem is the same, all explanations here : stackoverflow.com/questions/34658956/

    • Your app for smartphone must be built with --server=http://IP:PORT parameters
    • And
    • Your app for server must be started with --mobile-server http://IP:PORT parameters
    0 讨论(0)
提交回复
热议问题