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

Issue with document.getElementById for iOS6

I have developed a Mobile App using Jquery Mobile. I am facing issue with this App that on Back click the HTML of page is not rendering. First time page is loading properly. But when I am visiting that page back button click then its not loading…
Dalvir Saini
  • 380
  • 2
  • 11
  • 30
0
votes
2 answers

Variables are being bound to the callback of a getCurrentLocation function. Why isn't this closure working?

I apologize for the amount of code, but I think this is actually a problem with AppMobi's getCurrentLocation function. Basically what happens is I delegate a tap event to each list element. Then when you tap it, it runs an asynchronous…
The Puma
  • 1,352
  • 2
  • 14
  • 27
0
votes
1 answer

Firebase simple login using appMobi pop-up windows

I am trying to use OAuth simple login from Firebase on mobile devices using Intel appMobi.
0
votes
1 answer

Problems Oauth 2 and Google APIs in appmobi

After a lot of work I managed to make a simple Oauth authentication work for Twitter API, however, my intention was to be sure the basics were working to implement a Google APIs authentication. The thing is that if I try to create a Service in the…
Javier Cobos
  • 1,172
  • 10
  • 22
0
votes
2 answers

App to take picture on time interval

I need to create an app that with Appmobi or Phonegap that will be able to take an automatic picture with a time interval. Is it possible to perform this? I know hot to launch the camera with 30 seconds interval, but I need to launch the camera…
Iker Vázquez
  • 507
  • 3
  • 19
0
votes
2 answers

AppMobi, html5 sound working on simulator and android but not in iphone

Today I get started in appmobi. I was developing a small example to deal with sounds. I just needed to create a handler to play and stop many sounds. var audioOn = new Audio('sounds/11.mp3'); audioOn.play(); This code is working in the xdk…
Javier Cobos
  • 1,172
  • 10
  • 22
0
votes
1 answer

HTML5 Game is working in appmobi launcher pad but not as apk build

Hi I have created the pure html5/css3/js based Game and i tested with appmobi (app labs launcher) for android. Touch events were working fine on launcher but when i created the build with the same source via app.mobi xdk (Touch events are not…
Vandana
  • 161
  • 7
0
votes
2 answers

App Store and external links

I am a bit confused about this. I am using Appmobi to develop a photo app. The customer uploads some photos from his device and order several copies (it's for a small local photo store) Well, I see that if I want to pay the order inside the app,…
Iker Vázquez
  • 507
  • 3
  • 19
0
votes
1 answer

Adding new user to PushMobi

On an new device, but with an existing PushMobi user, do I need to call checkPushUser or addPushUser to add the user to the device? Is it possible to use the webservice API to send a push message to an app hosted within the emulator, or from app…
Mike_G
  • 16,237
  • 14
  • 70
  • 101
0
votes
3 answers

AppMobi fails json parsing on iOS

I am developing a mobile app with the AppMobi tools and xdk. If I make a call to (accepts POST only) http://mg.smartmax.com/sightmaxwebservices/sightmaxwebservice.svc/jsoperator/TestjqMobi The returned json fails parsing on iOS only (android…
Mike_G
  • 16,237
  • 14
  • 70
  • 101
0
votes
2 answers

Does an AppMobi app require Applab?

Will an HTML5 app, made with AppMobi, always require applab to be installed on the users phone? Or can I build it as a standalone app? Thanks
user1502301
  • 565
  • 1
  • 4
  • 16
0
votes
0 answers

Can't get AppMobi.contacts.chooseContact() to work on iPhone and crashes app-lab on Android

I can't this simplest use of AppMobi.contacts.chooseContact() example to work. It works in the XDK but then not on app-lab for iPhone 4s and I tried on my old Kindle Fire, where it crashes the app-lab app after picking a contact or two. It handled…
JustTrying
  • 764
  • 6
  • 11
0
votes
1 answer

Insert into PhoneGap Database with forms

I want to make some forms which will be saved into a PhoneGap database (that one is declared in index.html). Note that the code I will be linking is not index.html, it is another one. I tried to make the values for these forms to be variables, and…
Jack
  • 3,632
  • 7
  • 45
  • 67
0
votes
1 answer

HTML Browser Based link to invoke iPhone/iPad or Android application to launch itself

Is there any known method to provide a link on a static html page that would in turn open an app on an iPhone/iPad or android if said app exists? I know you can make call links, I know you can get the market to launch via itunes, but is there a…
chris
  • 36,115
  • 52
  • 143
  • 252
0
votes
2 answers

Get owner-name/device-name of iPad using HTML5

I want to use it to display a welcome message "Hi [owner name]". Is it possible to get the owner-name/device-name of an iPad using html5/javascript? Or using html5 and another framework e.g. phoneGap, appmobi etc.
Marc Uberstein
  • 12,501
  • 3
  • 44
  • 72