I have noticed that the app "Reeder" is using the UIWebView but ignores this event.
it displays a custom view instead of the original UIActionSheet view.
...
Anybody do something like that?
...
Hi Guys,
I am working on a mobile website built for the iPhone. The issue I am facing is related to zooming.
I have a page that contains an iFrame on another page presenting an image. I set that main page to be scrollable, and it does scroll... Its not the prettiest thing, but it functions well.
When I "Add Link To HomeScreen", the s...
Hi All...
I want to send post data from Iphone.
I have to send a dictionary(K-V pairs) with 8 k-v pairs.
What is the best way to post all these 8 K-V pairs from Iphone.
I want that i should pass only Id(one of K-V pair)in the URL & remaining K-V pairs should be sent via post.
if there is something like that??
...
Hi there,
I'm developing a rails app, now I'm working on the CSS specifically for iPhone, on my mac.
I've my app running via Passenger at http://whatever.local
It'd be nice to access via iPhone to the same URL so I can test my CSS quickly. But how?
Thank you,
Leo
...
I'm trying to execute some JS before the page's onLoad event fires.
But I'm having trouble successfully calling stringByEvaluatingJavaScriptFromString in the webViewDidStartLoad delegate method.
To reproduce the issue, you can use the following code.
Delegate implementation:
-(void)webViewDidStartLoad:(UIWebView *)webView {
[webV...
Where can I find a list of the changes to iPhone Safari's handling of CSS, HTML, JavaScript etc.? Behaviour changes, deprecated -webkit extensions and also new features and capabilities.
I didn't have any luck with a quick Google search or scanning the Apple developer pages, and a changelog would help a lot before I start attempting to ...
Hello,
I have trouble with Safari included in iOS 4. I created application which should have same scale in portrait and landscape mode. However, iOS 4 zooms the viewport when changing from portrait to landscape orientation, although I included following viewport meta tag:
<meta name="viewport" content="width=device-width, initial-scale...
Hi,
Using the JQTouch library, usely links like the following ... should open the new page in the SAME window. That works fine when I go to the site using Safari BUT when I launch the site from the home saved icon, it opens a fullscreen site and on the first link it opens a NEW Safari window. How can I make it stay in the same original ...
Looking on-line I saw that I can write most of the application in Ansi-C code or as a website and present it in a webView control.
Then besides some general knowledge about iOS and the API... Do I really need to learn Objective C?
...
Hello Experts,
I have seen window.innerHeight has been used in jQtouch and spinning wheel @ 'http://cubiq.org'. But when I use this in our iPhone webapp, its returning document height instead of 'window height'. Any clue why its behaving like this.
We are rendering pages in "strict mode" ( specified doctype as html)
Many Thanks,
Hari
...
hi all.
I have a contact us form in my iphone application.
with first name last email phone no. and Message field
I want to send this information to email adress say abc.gmail.com
can any body guide me how to do this.
i have tried a tutorial it working but mail is not receiving to my mail box.
can any body help me or...
When a webpage is bookmarked on the home screen of an iPhone, persistent cookies seem to get lost each time the app is opened. Is there a way to keep the cookies alive?
...
Our company is buying me a mac and essentially it is up to me to get what i want.
Will the MAC mini be adequate? I already have 2 22 inch monitors that can possibly hook up to the Mini.
...
hi all.
I am display text in UIWebview as there any way to enable user to zoom the text when they are reading the text.I have set font to 4 in html string.
Thanks In Advance.
...
Hi
I am accessing web pages using Http Post method.The process that i am following is mentioned below
1) Making an synchronous POST request with User name and password and the request URL
2) I am retrieving response as NSData in )webView shouldStartLoadWithRequest method.
3) Retrieving header fields from the response in NSDictionary.
...
Hi all.
I want to creat a php page named contact us especially for iphone to display it in webview.current page of contact us on website is large and its visibly it not good looking in webView.
What size of page should i made in order to diplay it clearly in iphone UIWebView.
...
I can't find this information anywhere. Does the iPhone allow cookies to be stored when a webpage is opened in full screen mode (by placing a link on the home screen)?
...
I've built an iPhone web app and have done all the steps to make it look like a native app: app icon, prevent scrolling, prevent selection, use touch-based js methods, etc. However, I'm having a tough time with the splash screen.
I have tried a 320x460 PNG and JPEG, cached with a manifest file. The splash image does appear, but only aft...
I'm creating a Dashcode App that displays products that have won one or more awards.
The Data Source has a column/field for each award that the product may win (products may win multiple awards). The column has 'Y' if they won that award and is null if they didn't.
So I'm binding the column from the data source to an image object and ...