building getting started app for iphone 4 doesn't seem to work

  • 2
  • Problem
  • Updated 9 years ago
added the sample app to my account and built it, then downloaded it to my phone. opened it up and the buttons did show, but they won't respond to any taps!

deployed this app on an iphone 4.
Photo of terry

terry

  • 10 Posts
  • 0 Reply Likes

Posted 9 years ago

  • 2
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
Hey Terry,

Just wanted to know which application your building.

Hardeep Shoker
Photo of terry

terry

  • 10 Posts
  • 0 Reply Likes
Hey Hardeep

should have mentioned that, it is the sample located at:
https://github.com/phonegap/phonegap-...

the app compiles and loads fine, but the buttons don't appear to do anything.
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
Give this one a try:

https://github.com/alunny/phonegap-start

Hardeep Shoker
Photo of terry

terry

  • 10 Posts
  • 0 Reply Likes
Hey Hardeep

I've tried using the build service to build an app from alunny's git repo, but the same thing happens, app loads, buttons show, but can't tap them (or at least they don't respond at all).

very weird.
Photo of Alan Gruskoff

Alan Gruskoff

  • 3 Posts
  • 0 Reply Likes
Hi PhoneGaps
Just started with this and very impressed with the build process design goals.

Using the PhoneGap: Getting Started git
I can report good results with the Android APK file on my Android 2.2 :G phone (non ARM CPU). Thanks, works fine.

I have an App on iTunes, so have good iOS certs. I built both the PhoneGap: Getting Started and alunnys Amazing App for iOS. Both built fine, gave me an IPA file that installed fine via iTunes (Mac). On both my iPad and iPod Touch 4 devices, I get the same results: the app loads but is dead, it does nothing. Both devices have the latest iOS 4.3.5 installed.

This will be a great service when the iOS section is reliable. Keep up the good work.
Photo of annem

annem

  • 1 Post
  • 0 Reply Likes
Hi Hardeep,

I am having the same problem as Terry. I have downloaded the latest version of this: https://github.com/alunny/phonegap-start

I copied the code into a new PhoneGap project in the www directory.

The I run it in my iPhone simulator (xCode 4.0.2).

The page displays with 2 buttons, but neither responds to a tap.

thinking it might be the config.xml file, I changed the id to match what's in my info.plist, but that did not help.

Any suggestions? Thanks.

Anne
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
We made a few fixes to the app.

Give https://github.com/phonegap/phonegap-... a shot instead. Andrew's version is outdated now.

Hardeep Shoker