ipad

Globally disable Ext JS Animations

I'm testing an intranet web app in the iPad but the animations to open "windows" and show message boxes are horribly slow. I've tried setting the global Ext.enableFx to false, and confirmed that flag is still false after page load in Firebug. The animations are still occurring though so I must be doing something wrong. Thanks... ...

iPad magazine ap content grabbing?

looking to develop a magazine app similar to Time and GQ. Can anyone tell me what method they are using to pull the content in? ...

Images gets smaller on safari using svg file to load data

Hi, I am loading data from svg file on the webview in iPhone , but the problem is that images are getting smaller than the original size , when they are displayed on webView. I am not getting reason that why images are shrinked??? Thanks Meet B. ...

How to enable the video output on your iPad app?

Just found out that the video output of the iPad is not a system level functionality, but that it needs to be explicitly build in into each app. Is there somebody who has any experience with this, who could point me to sample code? Secondary question would be: why wouldn't Apple make this a system feature. Is it a hardware issue, that I ...

MonoTouch - Upload/Save image (or access Gallery images)

I'm a musician and I'm writing a small app for my own use on the iPad: I want to store my scanned music sheets (saved as .TIF files) on the iPad, and create set-list, search by artist, song title, do some filtering, etc... with the app. How can I upload images to my app directory (or saved from a website, I have a website that store tho...

Ext JS Web App Issues - Button Alignment on iPad

I am using the conventional css-class setup to place small icons at the left side of Ext buttons. On the iPad they are all misaligned, with the text overlapping them. On a side note, is there a simplified theme for Ext to reduce DOM nodes created? The UI is a bit sluggish. I was really hoping for better browser performance than I'm g...

How do I hook into the action method for an iPad popover toolbar button?

Hi, I am using the split view template to create a simple split view that has, of course, a popover in Portrait mode. I'm using the default code generated by template that adds/removes the toolbar item and sets the popover controller and removes it. These two methods are splitViewController:willShowViewController:... and splitViewControl...

How to run/port MongoDB on iPad?

I wonder if it is possible to run MongoDB on iPad as it is or do I have to port it to iPhone OS? ...

PDF files created on iPad don't display correctly on Windows

My iPhone app creates PDF files (in Arial font). The plain iPhone 3.1.x version works great (other than the known issue that PDF files created on the iPhone can't be viewed correctly in Google Docs or on the BlackBerry). As I am updating my project for OS 3.2 and the iPad, it works just the same, and the PDF files still look great on th...

iPad OpenGL ES FPS too slow!

I'm currently working on an OpenGL ES 1.1 app for the iPad its running at full 768x1024 iPad resolution, with textures, polygons, and the works but only at about 30 fps! (not fast enough for my purposes) im pretty sure its not my code, because when i lowered the resolution, the FPS increased, eventually the normal 60 at iPod touch res...

UISplitViewController: remove divider line

When using UISplitViewController on the iPad there's a black vertical divider line between the root and detail view. Is there any way to remove this line? Thanks ...

ipad UIPopoverController

how to place the arrow of UIPopoverController, over UITableView's selected cell ...

UISplitViewController With Two DetailViewControllers

Hi, is it possible to have two detail view controllers for a SplitViewController(not with the use of Interface Builder, pure programmatically) or can we add one more splitviewcontroller in place of a splitviewcontroller's detailviewcontroller. If yes, please explain me with an example. Thanks In Advance! ...

UISplitViewController Common View

is it possible to have a common view for both master and detail view controllers. What if I need to add a header image(at top, the very first view) common for both the master and detail view controllers. When the device is in the portrait mode the width of the header image view has to shrink to fit to the detail view controller's view a...

Subview Doesnt AutoSize When Added to Root View Controller

Hello, I have a root view controller that will have up to 10 or so subviews. I am implementing autorotation/autosize accross the entire app. My problem is this: - When I allocate all the view controllers and add each as a subview to the root controller during startup, everything works as it should. The only problem is that each view c...

Building a Universal iPad App - Where is the device recognition code?

I noticed that when I create a new project in XCode for a Universal iPad/iPhone application, the template comes with two separate App Delegate files, one for each device. I can't seem to locate the place in code where it tries to decide which app delegate to use. I have an existing iPhone project I'd like to port to iPad. My thinking ...

MonoTouch iPad iTunes Submit - Beta?

Using MonoTouch 2.0 and MonoDevelop 2.2.2 I created an iPad app. It is set to the 3.2 OS When I submit the app it says that this binary was created with a beta version. I have the newest XCode/SDK ...

iPad Web App: Detect Virtual Keyboard Using JavaScript in Safari?

I'm writing a web app for the iPad (not a regular App Store app - it's written using HTML, CSS and JavaScript). Since the keyboard fills up a huge part of the screen, it would make sense to change the app's layout to fit the remaining space when the keyboard is shown. However, I have found no way to detect when or whether the keyboard is...

Open a PDF file in an external app on iPad

I'd like to make my app to open a specified PDF by an external app of the user's choice on the iPad. How can I do that? Or, is there any open-source PDF reader framework available so that I can put it into my app? My situation in more detail: I'm thinking of porting to the iPad from OS X / rewriting from scratch for the iPad an app whi...

how to launch iBooks e-reader programmatically on iPad ?

Just like UIApplication.openURL is there an API to launch iBooks with ISBN ..etc ? thanks in advance. ...