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
1
vote
2 answers

Intel's App Framework shows scrollable page from within Android WebView

We are currently developing a "hybrid" app using Intel's App Framework (formerly jqMobi/appMobi), but we have run into a problem. The actual problem is that when running inside an Android WebView (on an actual Android device), the webpage shows a…
Vincent
  • 595
  • 1
  • 5
  • 13
1
vote
1 answer

HTML5 apps: how to make Javascript faster?

I'm trying to make a HTML5 word-game that should eventually be wrapped into an app for Android and iOS. For now, I only tried Phonegap / Cordova to build the app, but it is VERY slow on my 2-year old Android 2.3.3 phone. Operations (like indexing…
Dylan
  • 9,129
  • 20
  • 96
  • 153
1
vote
3 answers

Button created on HTML5 App using Intel XDK not working

I am creating an HTML5 App using Intel XDK. In my first page (page_0) there are options to select the conversion style. When choose 1st option, it goes to page_1. There are some input boxes and buttons. When I hit calculate, it calculates the…
user2749929
  • 21
  • 1
  • 4
1
vote
2 answers

Send image from post request

I have an img and I need send this to a post request My img is document.getElementById('fotoTirada').src=AppMobi.camera.getPictureURL(evt.filename);; and here the infos from the request url : http://api.ocrapiservice.com/1.0/rest/ocr method :…
shadsauhduisad
  • 141
  • 1
  • 4
  • 11
1
vote
1 answer

What is the technology behind PhoneGap Build?

As part of curiosity , what technology is used by platforms like AppYet , AppMobi and PhoneGap Build to comile app source code into .apk and .app format in the cloud.? I have not been able to find any links that point to the technological setup and…
manish.k
  • 37
  • 1
  • 7
1
vote
2 answers

Replacing a vertical side nav bar with another one in AppMobi (jQMobi - Intel XDK)

I'm developing a web application with AppMobi (a library based on jQMobi and not jQMobile) with two sidebars. Each sidebar shows when I click on the respectful button. Buttons code:
1
vote
1 answer

phonegap.js or cordova.js not working in appmobi XDK and app.lab

i'm beginner in phnegap. while searching easy testing tool for phonegap i found appmobi xdk for desktop and app.lab for mobile. it looks easy to work with it. but when i tried to run some phonegap functions like: function captureVideo() { //…
krozero
  • 5,929
  • 3
  • 21
  • 33
1
vote
0 answers

CouchDB requires PUT for adding attachment to document, but AppMobi.file.uploadToServer() does POST

to restate the title, CouchDB requires PUT for adding an attachment to document, but AppMobi.file.uploadToServer() does a POST. CouchDB returns: {"error":"method_not_allowed","reason":"Only DELETE,GET,HEAD,PUT allowed"} I have verified that this…
JustTrying
  • 764
  • 6
  • 11
1
vote
1 answer

appMobi onClick does not work

I am really new to appMobi, HTML and JavaScript. The only thing I want to do is that I have a button with an onClick method and this method should do anything. I have defined a Script, I have a button but the method doesn't get called. Can someone…
chris13
  • 640
  • 5
  • 14
1
vote
2 answers

Error uploading iOS binary - image file icon_ipad.png corrupt

I am trying to update an iPad/iOS app in the Apple App Store and received an e-mail which included: "Corrupt Image File - The image file icon_ipad.png appears to be corrupt. Your icon must not be an interlaced PNG file." The app is built using…
nevf
  • 4,596
  • 6
  • 31
  • 32
1
vote
1 answer

APPMOBI: Ajax works fine on emulator but not working on the device?

I wrote a function like this function send(url, data){ $.ajax({ url: url, data: data, cache: false, success: function(msg){ alert('success :'+msg); …
James Pang
  • 11
  • 1
1
vote
1 answer

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 ago. I am developing on a Macbook Pro. I am…
chris
  • 36,115
  • 52
  • 143
  • 252
0
votes
2 answers

How can I test my app on phoneapp XDK

I'm doing a small program with sencha touch. I deployed it on my webserver (WAMP) and it's working correctly. Now I want to test it on a smartphone simulator. I searched and I found appMobi PhoneGap XDK, but I do not know how to incorporate my…
zied jouini
  • 131
  • 1
  • 3
  • 8
0
votes
1 answer

Conversion of javascript into android in appmobi

can anyone tell me if there is any specific file by which appmobi converts js and html to java and xml and how its compatible for both iphone and andriod ? is there any tool used in appmobi for conversion process ? How does the native script bridge…
0
votes
1 answer

Unable to upload app to iTunes

I created an iOS app using appMobiXDK. Now to submit app on iTunes Connect I followed all the steps given in "Build for app store" link. I created all the required certificates also got the build. But when I'm trying to submit the build to…
Social27
  • 3
  • 2