I'm trying to get an audio file to autoplay in Safari on an iPad. If I go to the page using Safari on my Mac, it's fine. On the iPad, autoplay does not work.
Has anyone established GameKit connectivity between an iPhone app running on an iPad and an iPhone app running on an iPhone? I tried the GKTank example and they won't connect. The iPad throws a "Error: 30509 -- Bluetooth not available.." error when trying to connect.
I'm using jQTouch on an iPhone application and one of our requirements is to make this work in the iPad with pixel doubling. I believe there's a bug/issue with jQTouch on the iPad (running within an app UIWebView, but pixel doubled) that causes the screen to flicker during transitions. Pretty much every transition has a stutter/flicker on it. Has…
The iPad comes with Gigabytes of flash memory - used as a large disk, but how much actual real memory does it have. The iPhone 3gs has 256 MB.
Presumably the iPad has more?
Anyone got some good references for targeting web content to the iPad web browser? i know its still very early days but I havent got any good indicator on how to setup CSS to fix iphone/ipod touch versus the larger screen of the iPad? or do I just consider it to be like safari on the bigger Macs
Apple demonstrated Photo's for the iPad. In their demo, they said you can Flip the iPad and it flips the image.
How is this result achieved?
I've been reading about UIInterfaceOrientation all day and I'm lost
Any help would be appreciated.
I was wondering if anyone knows if you can run the iPhone SDK on an iPad. Tried looking through apple.com, but didn't find anything useful...
I want to be able to develop -- from start to finish -- an iPhone app on the iPad and was wondering if that's possible...
Hi all
I developing a Ipad application I am trying to use Webview but not able to open the URL in webview I am using following code
NSURL *fileURL = [[[NSURL alloc] initWithString:@"http://www.google.com/"] autorelease];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:fileURL];
[webview loadRequest:requestObj];
this code working well…
Hi,
I would like obtain a SplitView on my ipad application with my left menu in a portrait orientation such as iPad settings. For now in portrait orientation I have a content view in full screen and I have a button at NavigationBar which includes a popover with my left menu.
Thank you for your responses.
Hi,
i want to implement a ipad view, where i parse an xml file and put the entries side by side on an "endless" ipad view, so you have to swipe through it left and right. could someone tell me how i can implement this? which type of view do i have to use?
thanks in advance
regards
I'm looking to develop a signature control for the iPad. I haven't really done this before, but I think this involves creating an area to draw, the draw itself and the storage.
Any tips on how to get started will be great!
I'm also looking at using a stylus to create a signature. Are there any styluses that are specifically built for the iPad?…
I have noticed that on the iPad the google maps app has a very cool page curl control that sits in the bottom right hand corner that allows the user to change configuration settings.
Is this control accessible for everyday developers, or was in built specifically for google maps on the iPad?
Thanks
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 resoultion
…
Hey Guys,
I gave an app in the app store got ipad. I also made a app for the iPhone now.
What you guys suggest should I create a new app for the iPhone or is there way to add my iPhone binary to my current ipad app?
Thanks for your help.
Hello,
I want to create an iPad app that would have a simple view at launch with buttons to different components of the app. Each button then could open up a splitviewcontroller type views. (Interface similar to WebMD: http://itunes.apple.com/us/app/webmd-for-ipad/id373185673?mt=8)
I was reading online that Apple does not allow…
Is there a way to make it so when the user touches the iPad that it makes location where the user touches the iPad the same as where cursor is on the computer?
I know you can't use GC in iPhone applications cause iPhone does not have enough resources to enable that - it would kill the performence.
What about iPad. I know they run iPhone OS too, does that mean that CG can't be enabled on the iPad as well?
I have an existing iPhone project in MonoTouch 1.9 running on MonoDevelop 2.2.1.
How do I get it to open in the iPad simulator and how do I convert the project so that it only runs on iPad?
I know the iPhone has a site with sample apps and code for the iPhone. Are there any resources out their for the iPad?
I would like iPad specific examples like using split view, etc.
Hi,
I have a few labels on my first Ipad App.
How to make them rotating?
When I rotate the IPad, the Label is still the same position as before, it dowsn't rotate with.
Hello friends,
I have several iPhone apps, which i want to convert them to iPad. Is there a link where i can have a look at simple procedures about how to convert iPhons apps into iPad compatible? I already installed 3.2 SDK etc., having development environment ready.
Forgive me if it is a repeated question.
Thanks for your…
Can anyone explain how to start with iPhone and iPad development?
Dont you have to pay? or is it just pay when you release?
I dont see where to get the iPad SDK or anything.
I already have XCode 3.2.1 on Snow Leopard.
I have converted a very simple iPhone app to Universal app. Now I need to customize the view on the iPad to use a higher resolution image for the background, move and resize some labels, etc.
How can I do it without changing the iPhone version? I can see that there is a new MainWindow-iPad.xib, but when I open in IB, it…
if you look at this ipad application ( http://www.blackboard.com/Mobile/Mobile-Learn.aspx ), there is a slide tab named, "Dashboard." When you click on it, a new view slides out side ways. I'm aware that there is a split view that is new in iphone 3.2, but, I could not find anything on a slide tab or a side tab as…