English 中文(简体)
Unable to check app(creatde with appMobi) on device
原标题:
  • 时间:2012-01-11 05:02:32
  •  标签:
  • appmobi

I have created mobile app using appMobi XDK.

Its working fine if I test locally (returning data from webservices.)

But when i m trying to test on device, * unable to get the latest app * and not getting any response from service end.(tried with both options "test anywhere" and "test on local wifi")

( * its showing the only part which is done at the first time when i checked on device, after that i did lot of modifications in app but unable to see any change on device * )

Any help would be highly appreciated

Thanks

问题回答

Are you sure you did a push to cloud? Also, you ll get better support at http://forums.appmobi.com

As to the post below, the default index.html has a reference to xhr.js , as long as that is in place, you do not have to worry about cross domain scripting issues. We wrap the calls to the XMLHttpRequest object to our native calls.

You likely have a cross-domain scripting permission issue. AppMobi provides a getremotedata call to get around this or they have a wrapper library called xhr.js - are you using either one of those?





相关问题
appMobi xhr.js loses jquery post return data

Maybe I am working with it wrong. I don t know. All I know is its something to do specifically with the XHR.js that comes with appMobi. I have the latest build as of what ever was on there site 2 days ...

Unable to check app(creatde with appMobi) on device

I have created mobile app using appMobi XDK. Its working fine if I test locally (returning data from webservices.) But when i m trying to test on device, * unable to get the latest app * and not ...

AppMobi background issues

basically I am trying to set a background color (or image). I am writing in HTML CSS and JQuery Mobile. I m trying to create a basic AppMobi app but I don t seem to be able to change my background in ...

appMobi XDK simulated device orientation change

Is the content rendered in appMobi s device emulator supposed to respond (in the emulator) to simulated orientation changes? Mine doesn t, and I m wondering if that s a problem with my installation ...

热门标签