Is there a method for getting the iPhone users phone number using HTML5/jQuery?
All I see is how to do this with the SDK.
EDIT:
So far the only thing I've found is on the initial install ask the user for their number and store it.
...
I'm currently having the following problem with CATiledLayer: when the view first loads, the scrolling works perfectly, but then when you zoom once, the view snaps to the anchor point (top left corner) and it can no longer scroll at all. The zooming works in that it will zoom in and out, but it will only zoom to the top left corner.
My ...
I needed some advice on how to get the data from the database(sqlite). I am having a navigation based application. The db i have, contains a CONTACTS table.For each row in CONTACT, another table CONTACT_DETAILS contains around 50 rows.
The data from CONTACTS i have to load at application startup as i have to show them on the first page o...
Hello,
My code started to behave at least strange. I have a view controller NewPostUIViewController, from within which I display modally SettingsUIViewController which contains a table view. In the cell of the table view I have text fields. For each of the text fields I have text fields delegates.
In the - (BOOL)textFieldShouldBeginEdit...
Hi,
I have a UIView which I can zoom to (as it is set as a subview of UIScrollView). UIView has UILabel, UITextField, etc.
If I just zoom to the UIView, then of course label and text field get fuzzy (the same effect if you are zooming to the image file without changing image resolution).
To solve the problem I need to increase the fo...
I have a view with a UIScrollView that contains a UIImageView. The UIScrollview does not occupy 100% of the screen, like so:
View
---> UIScrollView (size is approx 200 x 200 px)
`----> UIImageView
I want to enable 2 finger drag 'anywhere' on the screen, which will call a method, but this drag will have no effect of the functionality o...
Hello all.
i need help to get over my trobel, i a'm relly begninger to Apple iPhone App Dev. soe now i what to learn it.
First troble i have its how can i make my ToolBar UIBarButton to go to a ordre pages, its becures i need to load a ordre data into this plase.
i hove i can be help here. :)
...
I have an iPhone Web App. I'm interested in detecting if the app was loaded either from:
1. iPhone Safari
2. iPhone installed web app (via the add to my homescreen) which loads without the safari bars.
Any ideas?
...
I have a SplitViewController based app. It uses a rootViewController inside a popoverController. The rootViewController sets the height of the popover by specifying (in viewDidLoad)
self.contentSizeForViewInPopover = CGSizeMake(320.0, 573.0);
When you select a row in the rootViewController, it pushes a secondViewController. The secon...
I have a set of 100 rows, pretty similar to values which can be selected in a picker. When the user scrolls the table, I want the rows to be appended like an forever-ongoing assembly-belt. So when the user scrolls down and reaches the row 100, and scrolls even further, the table view will show again row 1, and so on. Reverse direction sa...
How do you catch the "Enter" key event on a UITextFIeld on the iPad?
...
Ok, I know this seems like a duplicate question, but don't think it is. I actually have this implemented already (thanks to this SO question), but it seems sluggish. I am willing to tweak it a bit, but I ran across a demo app by AboutObjects that seems to have exactly the right functionality with absolutely no code doing it. I have looke...
Hi guys,
I've made a template app where I've grabbed the recording part of the SpeakHere example and removed the file handling part, but I'm struggeling to get the C++ part of the app working right. As soon as it enters the C++ class, it gets syntax errors. If I don't import the header files from C++ (and then of course don't use the co...
Hi All
I have to make a project in ipad and my problem is that I have to play a sound generated from a wave form/wave form data.
Can some one suggest me how to do that or any tutorial or reference for that.
Thanks in advance.
Regards
Ajay Sharma
...
Are there any C# libraries for integrating Facebook status updates and twitter updates (preferably with url shortening) in Monotouch without too much heavy lifting?
I know there is a Facebook kit already for objective-C, I really only need status updating however.
...
I have a very simple html page to parse. The html page will remain simple always. as simple as this
<html>
<head><title>title</title></head>
<body>some data here</body>
</html>
I have fetched the html content of such an html page and have it in an NSString.
I want to get what ever data is there in the body of the html page.
Please ...
I'm relatively well versed in CoreData and have been using it for several years with little or no difficulty. All of a sudden I'm now dumbfounded by an error. For the life of me, I can't figure out why
insertNewObjectForEntityForName:inManagedObjectContext:
is all of a sudden returning some sort of strange instance of NSNumber. GDB sa...
I'm building an application that search and recognizes any iPhone apps that user has in his/her computer. I would like to know a way to "extract" the id of the application from the .ipa file.
I was trying to do the recognition using only the App File Name, but I discovered that the File Name is not the name of the app in Apple Store.
Li...
I know there are a number of frameworks to help make web applications on Mobile Safari/Webkit look and behave like native applications (eg, jQTouch), but are there any more light-weight libraries that help out at a slightly lower-level?
eg, I might want to add some animations on certain touch events to reproduce an iPhone style swipe.
...
I'm relatively well versed in CoreData and have been using it for several years with little or no difficulty. For the life of me, I can't figure out why
insertNewObjectForEntityForName:inManagedObjectContext:
is all of a sudden returning some sort of strange instance of NSNumber. GDB says the returned object is of the correct custom s...