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

Using directBox2D with directCanvas - AppMobi

I am busy looking for an easy solution using the Box2D physics engine in directCanvas... without using ImpactJS or any paid for framework. My end goal is to build a HTML5 game for Mobile (Android/iPhone/iPad etc.) using Box2D. What is my best…
Marc Uberstein
  • 12,501
  • 3
  • 44
  • 72
0
votes
1 answer

Using AppMobi and Events

I am new to the new AppMobi world, so can you please help me. I have created an image object and have drawn it to the stage. My problem is that I want to add an event to object. I have set the image using: function…
Marc Uberstein
  • 12,501
  • 3
  • 44
  • 72
0
votes
1 answer

appMobi iOS build failure "An error occured while building the application. Verify your build assets are correct"

So I am attempting to build an adHoc version of my app for iOS to test on. However about a minute into the build I get an error "An error occured while building the application. Verify your build assets are correct" Not sure what this means, how…
chris
  • 36,115
  • 52
  • 143
  • 252
0
votes
1 answer

How to change Access-Control-Allow-Origin in AppMobi emulator

I'm trying to access file from a server: $.get('http://server.com/methods.php?m=loadSomething', function(data) { console.log(data); }); But I get error: Origin http://localhost:58888 is not allowed by Access-Control-Allow-Origin. Is there…
emil.c
  • 1,987
  • 2
  • 26
  • 46
0
votes
3 answers

Best program for making app for mobile (android, iphone and others)

i try for a few time now to make app for mobiles with appmobi XDK phoneGap XDK from appmobi, sencha and appcelerator but except iphone where the app works ok in android mobiles doesn't work well. Any other program except these or any tricks for make…
0
votes
2 answers

appMobi / phonegap setting/deleting cookie click action required 2 times before working?

I can't figure out for the life of me whats up with this. I dunno if this is appMobi/phonegap centric, cause they have there own special ways of setting cookies, and handling them. But I have what seems to be a unique problem overall, and it only…
chris
  • 36,115
  • 52
  • 143
  • 252
0
votes
1 answer

appMobi watchPosition getCurrentPosition fail

appMobi watchPosition and getCurrentPosition fails, my little GPS icon comes up and goes on, but copying and pasting from the appmobi site taking their exact example, I should get at the least an alert, if not then an error in the console of the…
chris
  • 36,115
  • 52
  • 143
  • 252
0
votes
1 answer

Can jQuery Mobile be inserted into an appMobi XDK app?

I am new at appMobi and want to know if I can insert jQuery Mobile into my app. I tried to insert the code from the documentation site http://jquerymobile.com/test/docs/about/getting-started.html but it doesn't work. I also tried to use aux_web of…
0
votes
3 answers

appmobi doesn't scroll correctly

I am having 2 issue with scrolling, and I can't seem to figure out the happy medium being new to appmobi development. Currently I have this bit of code.. var preventDefaultScroll = function(event) { event.preventDefault(); …
chris
  • 36,115
  • 52
  • 143
  • 252
0
votes
2 answers

AppMobi / Phonegap Alternative with PHP

Not really a coding question exactly, and not sure which stack site to throw this on, so here goes. Im wondering if there is any framework similar to appmobi/phonegap in the sense everything is sandboxed and compiled into an app format for both…
chris
  • 36,115
  • 52
  • 143
  • 252
0
votes
1 answer

API error:191 in appmobi facebook integration HTML5 mobile web app

I am trying to integrate facebook in my web application where the user can sign in using the facebook id and password but above I can't sign in to the web app - I am frequently getting the following error: API Error Code: 191 API Error…
0
votes
1 answer

Is it possible to change appMobi splash screen image before sending it off to the app stores?

The subject says it all. Trying to see if I can't change that "loading" "splash screen" image to something more personal. If so how can I do that? I know somehow when I pack the image and send it off Im supposed to include the screen shot,…
chris
  • 36,115
  • 52
  • 143
  • 252
0
votes
3 answers

Can anyone suggest an alternative to select drop-down box with JQuery Mobile?

I've built a JQuery Mobile based app, wrapped in AppMobi, released for both iOS and Android. To date I've heard of no major issues. Today I heard that a user with Android ICS is having repeatable crashes when accessing any drop down select boxes - I…
Mark Burgoyne
  • 1,524
  • 4
  • 18
  • 31
-1
votes
1 answer

recommended way of programming in my case?

So I want to develop something fun/cool like a game or something, the knowledge I have is pretty decent java / android, but I would still call my self a beginner, I aquired my knowledge from 200 'newboston' videos and other material from the…
user1924895
  • 61
  • 2
  • 3
  • 9
-2
votes
1 answer

getting facebook user ID

is there ant way to get Facebook user Id by passing the email and password of the user through a graph API....what i want to do is,i want to get the profile details of a particular user..if we know the user id then the details of the particular user…