ipad

How to know if we are on an iPad or on an iPhone.

Possible Duplicate: API to determine whether running on iPhone or iPad Hi, I'd like to test the device in my application, to know wether I'm on a iPad device or on an Iphone. is there a easy way to do that ? thank's au lot David ...

Any other game SDK besides CORONA for the iphone/ipad

Does anyone know of another good game SDK/Engine for the ipad or iphone other than CORONA? ...

web listbox problems when viewed on an ipad

Ipad converts listboxes to dropdowns. The problem is that when the list pops up, items longer than about 25 characters are truncated at 25. Is there anyway to force the popup to display the complete text? ...

Best Method To Create A Very Minimally Interactive Slideshow of Images On iPad

A client of mine wants to show her "listing presentations" (she's a Realtor) to clients on her iPad. A Listing Presentation is normally a slideshow that shows how a Realtor can help the client. She simply wants a slideshow that she can gesture from slide to slide, and perhaps a small button that allows her to email the slide or some inf...

UITextView in a UITableViewCell smooth auto-resize shows and hides keyboard on iPad, but works on iPhone

I have implemented a custom UITableViewCell which includes a UITextView that auto-resizes as the user types, similar to the "Notes" field in the Contacts app. It is working properly on my iPhone, but when I am testing it in the iPad, I am getting some very strange behavior: When you get to the end of a line, the keyboard hides for a mill...

Display UIView's instead of Images with OpenFlow

I am using OpenFlow in my iPad application. I want to display my UIView's instead of images - to allow the user to flick through different 'detail' views? Does anyone know how to do this? ...

Is there any iPhone/iPad UI toolkit such as BWToolkit for Mac apps?

Just wondering if is there any user interface toolkit for iPhone or iPad such as BWToolkit for creating nice interface for apps. Cheers ...

Is there a way to clear the environment.specialfolder.personal folder that goes with an iPad app?

We need to clear it, but can't have physical access to the machine. There is a built in function in the app to do that, but the app craches because of errors in that folder, so we can't get to that. You help is much appreciated. ...

iPad - How can I make my UIActionSheet look like the thin one in safari?

The above UIActionSheet is thinner than the normal one. I took the screenshot from Safari when I try to bookmark some website. Mine or the default UIActionSheet in iPad looks like the following. It is thicker than the one in Safari, especially the border. How can I make my own UIActionSheet look like the one in Safari? Do I need to...

transform:scale to fullscreen?

Good day all, A series of differently sized images are each individually wrapped in left floating differently sized divs on a horizontally scrolling web page. I want to be able to tap on a div to scale it to fullscreen, (by adding a css class containing the scale instruction, with toggleClass), and tap on the image (which is now fullscr...

Accessing English dictionary on iOS

I want users to be able to look up word definitions from inside my iPad App. Is there a way to access the English dictionary in iOS, the way iBooks does, or do I need to go to an outside API? ...

Building a Sql client

Hi all, I'm looking to build a sql client for a school project on iOS. My first problem here is that I'm not sure what, if any libraries I need beyond what's provided to me in the SDK to make the proper server connections. Also any security concerns you might be able to point out here would also be appreciated. ...

ipad dev, close keyboard upon rotation

I have an issue where I want the keyboard to resign upon the ipad rotating. If the keyboard is open in portrait, and I rotate to landscape, the keyboard pops up in landscape. I want it to not appear! HOW DO I RESIGN the keyboard when I rotate! I've tried putting: [self.textField1 resignFirstResponder]; in the: -(void)willAnimateFirstH...

mobile safari, how to get the innerHTML of the touched div

The following works well in desktop browser evt.target.innerHTML but doesn't work so well on mobile safari on the IPad. You have to click on the exact top of the div, which can be difficult. I also tried doing something like var x = evt.pageX, y = evt.pageY, div = document.elementFromPoint(x, y); but x and y are zero....

How to let the user select an image from a google images search on iOS

Is there any way that I can let the user select an image from a google images search and convert it into a UIImage? ...

Select List with multiple enabled doesn't fire onchange event on iPad

I have a form with a select list that allows users to choose multiple items. I am using $('#my_form select').change(validateInput); to fire an onChange event whenever an item is selected or de-selected in my select list. It works fine on my desktop machine but the validateInput function does not run on iPad. If I change my select list...

UITabBarController - detect when tab is UNselected

If you have 4 tabs, what is the best way to inform one of the view controllers that it has been "deselected". In other words, that another tab was selected? I can't just use viewDidDisappear, because that may happen anyway. Is there another way for a view controller to know that it is no longer the active tab? The TabBar delegate (didS...

Understanding local core data syncing between multiple iOS devices using iTunes

I'm diving into iOS development and I have a quick noob question about Core Data. As I understand it, any data that in an app's Documents folder is backed up to iTunes when the user syncs their device. Does that mean if my core data sqlite db is in the Documents folder, then that data will be synced between multiple devices with the same...

Create book shelf in AppStore

Please tell me about how to create BOOK SHELF in AppStore for iPad. Thanks ...

Drawing on canvas with iPad?

Hi, I found this http://www.bennadel.com/blog/1867-Drawing-On-The-iPhone-Canvas-With-jQuery-And-ColdFusion.htm example on how to draw on a canvas with the iPhone (which works) but it doesn't work on my iPad. When I try to draw something all I can do is to make straight lines from the same starting point. Also it doesn't disable the scro...