Hello all -
Sometimes my HTML5 video does not generate an "ended" event on the iPad. Seems only to happen when I omit the "controls" attribute and start playback from javascript. It usually works fine the first time, but the second time the video plays out but does not generate an "ended" event. I do call "load()" after each playback...
I'm building an iPad app that loads information dynamically via XML, some of which is displayed in video tags.
The tags themselves work properly and the video can load and play, but for some reason, the iPad doesn't want to render the poster attributes for the videos.
However, once I play any of the videos, all of a sudden all of the p...
I am trying to get a website that runs fullscreen for all pages, I have looked over here: http://stackoverflow.com/questions/3024434/ipad-webapp-full-screen-in-safari and followed that and my index page fills the screen just nicely, but whenever I click a link to another page even though that page is all setup with the meta tags it pulls...
Looking how to call the Nuance Dragon Dictation iphone/ipad app from another app using the URL schema if available?
Is there a way to access the clipboard on iOS to copy text from Dictation transcribe back into custom app?
...
Hi,
I am trying to modify the TopPaid project from Apple:
http://developer.apple.com/library/ios/#samplecode/TopPaid/Introduction/Intro.html
I want to put buttons in the Ipad DetailViewController to change the XML, parse again, and reload the table with the new info.
What is the correct way of doing this?
...
i am displaying master view and detail view in portrait mode of split view controller ,
i hav not used the pop up window to show master view as like most of hte ipad apps showing...
i am facing issue with orientation when my app is launching in land scape mode i cannot able to adjust that to view
...
I have a scanner that is reading text into a UITextField, looks like it is one character at a time. So every 1/2 second or so I want to check the value of that UITextField so I can grab the value.
...
In my iPhone app, I am trying to get the EEE MMM dd from a date string received by a web service.
For all dates where time is < 07:00, the NSDateFormatter returns a date off by 1 day. For example: Date to format: 2010-11-17T05:00:00, formatted date result: Tue Nov 16
Here's the code snippet:
NSDateFormatter *dateFormat = [[NSDateForma...
I'm looking for is a heuristic for determining which of the primary graphics methods for iPhone/iPad development would be the most appropriate solution for a given problem.
...
G'day guys,
I currently have a really weird bug with touches being responded to in my UIImageView. I have a gallery pane in my iPad app, which is just a background imageview, and then a series of six UIImageViews that the user can touch to change the background view, organised like:
1 2
3 4
5 6
On the right side of the app. The butto...
I have 2 different version of one program! One for ipad and one for iphone!
I don't care about dupplication of code.
There is an easy and fast method to make a universal application with different file (xib, .m and .h) for specific device (ipad, iphone)
thanks
...
Hi,
I would like to make a contest for my iPhone and iPad apps users. I would like to give some bonus content for winners as a reward. Normally that content is paid (for eg. additional levels) and it's available via in-app purchase, so I'm trying to find any way to give them something like normal promo codes. (Promo codes are not workin...
I have a iPad application which goes between two states, one using a SplitView the other a TableView.
Currently I have a single UIWindow object, and switch between views with the following code
-(void) switchToStateA {
[viewControllerB.view removeFromSuperview];
[window addSubview:viewControllerA.view];
}
-(void) switchToStateB {
[view...
Recent iPads are having provision to insert sim card in that.
So with latest iOS SDK, is it possible to send in-app SMS from my application.
I know that in-app sms is possible from iPhone. But how about iPad?
...
I want to develop a CRM iphone app. I think there are 2 methods to deal with the data store, one is using the Sqlite(but it can not share datas with others ?), the other method is using the webservice(let the app CURD data by one web application), I want to know which is better?
...
is it possible to click UIButton and to call its action through Programming without clicking?
...
hello,
how to get an movable pin on map view , so that user can move that pin and point out the specific location on the map. please tell me how to do this
thanks
Kumar.
...
Hi,
I have a problem to access the view methods from his UIViewController.
I started programming in xcode only 2 weeks ago and I have to modify a program made by an other person.
The UIView was drag and drop in interface builder in the .xib of the UIViewController and is initialized by the method initWithFrame and drawRect. This view co...
I have a class that has this in the initializer:
@implementation BaseFooClass
-(id) init
{
if (self = [super init])
{
// initialize instance variables that always need to start with this value
}
return self;
}
-(id) initWithSomeInt:(int) someInt
{
if (self = [self init]) // <-- I need to make sure t...
Hi,
I am looking for Add the SplitViewController in Tabbar & as per the tabbar item clicked the data of the tableview will be changed.
Is it possible to resize view of the splitviewcontroller So the window is visible ?
So Any one can suggest me on this issue .....
...