Questions tagged [appmobi]

Questions about appMobi tools and web services, used for creating native mobile applications and websites using HTML5 and JavaScript.

Since 2007, appMobi has developed free cross-platform native mobile application development tools.

This tag identifies questions about appMobi tools such as the appMobi XDK and the MobiUs browser, as well as the suite of appMobi JavaScript commands and Web Services.

Questions regarding any appMobi technologies can also be posted on the appMobi Forums.

76 questions
0
votes
1 answer

"AppMobi.device" [Undefined] is not an object.....getting error when testing on device

I want to check the "device model" on which app is running. For this i used following funciton function CheckCurrentDeviceModel() { var Device = AppMobi.device.model; try { Device = Device.toLowerCase(); } catch (Error) { …
Social27
  • 3
  • 2
0
votes
2 answers

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 getting any response from service end.(tried with both…
Social27
  • 3
  • 2
0
votes
2 answers

Have you got any working DirectCanvas examples from AppMobi.com?

Where I can find some working code or any instruction to DirectCanvas from AppMobi.com? There is some sample code on Git a link but I can't understand how can I Run it?
seth
  • 135
  • 3
  • 9
0
votes
1 answer

Can you manually push notifications with appMobi's framework without having to use the admin panel?

I am developing a hybrid mobile application with appMobi. So far everything is very promising. From my understanding though it appears that you have to use the admin panel to send push notifications. Is there anyway to manually do this where I can…
user763349
  • 847
  • 2
  • 11
  • 13
0
votes
2 answers

Does it violate Apples TOS to use AppMobi and ASP.NET MVC

I'm thinking of using APPMobi to push to the IPhone. APPMobi allows you to code in html and javascript and tap into your phone's functions. This opens up the obvious desire to code an ASP.NET MVC app that calls these javascript methods. I wondering…
diadem
  • 834
  • 2
  • 11
  • 24
0
votes
1 answer

AppMobi .device.getRemoteData is caching

I am using AppMobi.device.getRemoteData method to get data from a webservice which i have hosted on a public server. this webservice returns a random number every time i access it. When i am testing my application on simulator in XDK ( in chrome ) i…
Ashish
  • 437
  • 1
  • 4
  • 10
0
votes
2 answers

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 the following example:
Chizpa
  • 331
  • 2
  • 3
  • 10
0
votes
1 answer

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 or whether that level of sophistication is not…
Tim
  • 5,371
  • 3
  • 32
  • 41
0
votes
1 answer

Adobe FlashBuilder versus Telerik AppBuilder versus Intel SDK for mobile apps

I have seen a number of questions here on SO about the differences between Xamarin and Titanium and PhoneGap, and they got tons of upvotes, so I believe this sort of comparison question to be on-topic. I am looking for facts, rather than…
Tim
  • 8,669
  • 31
  • 105
  • 183
0
votes
3 answers

Intel XDK - Push via pushMobi

I have some generel questions about the notification-service of pushMobi.(http://developer.html5dev-software.intel.com/?q=node/114) Is this service using the common notification bars of iOS and Android? Like the native push notifications? Do I have…
Maximus1809
  • 575
  • 1
  • 10
  • 30
0
votes
1 answer

facebook - must be a URL with a valid domain

I created a small facebook application using intel XDK. built the application for facebook choose to host with appmobi due to the https which i need for facebook. But when i enter my canvas url to facebook i get this error. must be a URL with a…
nats0128
  • 509
  • 5
  • 18
0
votes
1 answer

AFUI/Intels Appframework scrollers not working in phonegap Android

In a Phonegap 3.1.0 app I use Intels app framework 2.0, which works like a charm, most of the time. The IOS app works sublime as I say so myself, but the Android app is showing some discrepancies. First and foremost, it is not sizing like it should.…
Matt
  • 1,081
  • 15
  • 27
0
votes
1 answer

Does inMobi work with appMobi?

Does inMobi advertising work with appMobi/xdk apps? I tried putting it in my app the same way as seen here var inmobi_conf = { siteid : "4028cba631d63df10131e1d3191d00cb", slot : "15", test: true, manual: true, …
DasBeasto
  • 2,082
  • 5
  • 25
  • 65
0
votes
3 answers

Disable page scroll but allow Google map scroll

I have an app using appmobi/xdk/appframework when I put in the package It disables the scrollinf of the page vertically on the iPhone. However, it also disables the scrolling of the Google map on the page. Any ideas on how to re-enable the map…
DasBeasto
  • 2,082
  • 5
  • 25
  • 65
0
votes
1 answer

OnDeviceReady concealing functions?

Sorry this is quite a but of code it is all relevant since I have no idea what the problem is, also the code may be too hard to read I tend to write first clean up later but hopefully someone will know what is happening. The problem is that I cannot…
DasBeasto
  • 2,082
  • 5
  • 25
  • 65