active questions tagged mobilesafari - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T17:36:02Zhttp://stackoverflow.com/feeds/tag/mobilesafarihttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1831734/iphone-web-app-disable-cache1iPhone Web App disable cacheBenoit2009-12-02T09:29:29Z2009-12-02T18:38:51Z
<p>Hi,</p>
<p>I have an built an iPhone webapp using PHP. The main (and only) page includes the <em>apple-mobile-web-app-capable</em> and <em>apple-touch-fullscreen</em> meta tags so that it can run fullscreen once added the the homescreen. However, it seems every time I launch the app from the homescreen, the cache version of the page is used instead of refreshing the page (and of course, I need the page to be updated on startup, and cannot use Ajax here - need to dynamically authenticate the user with SSO phpCAS). I did not use any manifest file and tried adding meta tags about cache without success. Does anybody know how to fix this?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1799065/safari-books-online-mobile-version-1Safari Books Online - Mobile Version.cdpnet2009-11-25T18:38:04Z2009-11-25T18:38:04Z
<p>Hi,</p>
<p>Has anybody read Safari Books online on Zune HD? Or Could someone please try it on their Zune HD...It's m.safaribooksonline.com</p>
<p>I'm considering buying Zune HD to read it, thinking OLED screen might be better.
Or iPod Touch is a better choice?</p>
<p>One more question... Is there any cheaper way to get this subscription? I'm good with limited no. of books per given time.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1794220/how-to-disable-mobilesafari-auto-selection2how to disable MobileSafari auto-selection?pop8502009-11-25T02:06:41Z2009-11-25T02:11:46Z
<p>my webapp requires users to tap and hold on an element for a game action,<br> but iPhone automatically "selects" the area which is confusing to the user.</p>
<p>anyone know what html elements prevent selection, or if javascript can block selection?</p>
<p>any help is appreciated</p>
http://stackoverflow.com/questions/1788605/can-iphone-safari-be-prevented-from-showing-the-navigation-bar-during-an-ajax-cal0Can iPhone Safari be prevented from showing the navigation bar during an AJAX call?Michael T.2009-11-24T08:14:52Z2009-11-24T20:36:48Z
<p>I've got an iPhone web-app which I'd like to look as native as possible. I've used the scrolling trick to get rid of Safari's navigation, and taken away scrolling to prevent it from coming back; however, every time my app pulls an XHR, it shows the navigation again. Because users will need to use external links to get into the app, I cannot use a standalone bookmark. Is there any way to do the AJAX calls on the sneak?</p>
<p><hr></p>
<p>Edit: I found that it was actually the fact that I'm using the hash method for AJAX history. It makes sense that the nav slides out temporarily, since I'm updating the URL. Thanks for your responses.</p>
http://stackoverflow.com/questions/168440/how-do-you-add-a-link-that-will-add-an-event-to-your-iphone-calendar-from-safari1How do you add a link that will add an event to your iPhone calendar from safari?drye2008-10-03T19:16:21Z2009-11-23T08:19:23Z
<p>This seems like it should be simple but after a couple hours of googling I have not figured it out. I know I can add iCal links using ICS files, but this does not work on the iPhone.</p>
<p>BTW, when I say iPhone I would like it to work on the touch also. Anyone have any luck with this?</p>
http://stackoverflow.com/questions/1752342/how-to-create-add-to-calendar-link-on-web-page-for-iphone4How to Create "Add to Calendar" Link on Web Page for iPhoneSean McMains2009-11-17T22:31:41Z2009-11-23T08:12:04Z
<p>Many calendaring programs (Outlook, iCal) support vCal for downloading event information and adding it to your calendar. Others can use the vCalendar microformat to extract data. Neither of these, however, seems to be supported on the iPhone.</p>
<p>Is there any functional equivalent that will allow me to list event information on a page and have a website visitor add the event to her calendar with a single click? Since Mobile Safari makes it super-easy to extract emails and phone numbers from web pages, it seems odd that there's no similar functionality for events.</p>
http://stackoverflow.com/questions/1773876/how-to-add-a-contact-to-the-iphones-address-book-from-a-web-page0How to add a contact to the iPhone's Address Book from a Web Page?NeilCrosby2009-11-20T23:32:03Z2009-11-21T13:31:47Z
<p>In the desktop Mac world, if I were to click on a link in a web page which linked to a VCF file, this file would be opened in the Address Book application. In the iPhone world, however, doing that results in the message "Download failed. Safari cannot download this file" being displayed. So, my question is, is it actually possible to add a contact to your iPhone's Address Book from a web page?</p>
<p>I have both the original VCF file and an hCard microformatted version of the data available to me, so the solution does not have to be tied to downloading the original file - I'm able to reprocess the data if necessary. The only requirement is to add the contact to the iPhone's Address Book from a webpage being viewed from within Mobile Safari.</p>
<p>So, any ideas?</p>
http://stackoverflow.com/questions/1263180/scrollable-uinavigationbar-similar-to-mobile-safari0Scrollable UINavigationBar similar to Mobile SafariMike Rundle2009-08-11T21:56:12Z2009-11-20T17:24:33Z
<p>My application uses a UINavigationController and the final view (detail view) lets you view an external website within the application using a UIWebView.</p>
<p>I'd like to free up some additional screen real estate when the user is viewing a webpage and wanted to emulate how Safari on iPhone works where their URL bar at the top scrolls up and off the screen when you're viewing content in the UIWebView that's below the fold.</p>
<p>Anyone have ideas on how to achieve this? If I set the navigationBarHidden property and roll my own custom bar at the top and set it and a UIWebView within a UIScrollView then there are scrolling issues in the UIWebView as it doesn't play nicely with other scrollable views.</p>
http://stackoverflow.com/questions/1766091/display-a-round-pourcent-indicator-with-css-only1Display a round pourcent indicator with CSS onlySamuel Michelot2009-11-19T19:54:39Z2009-11-19T20:31:21Z
<p><img src="http://img509.imageshack.us/img509/5948/screenshotxq.png" alt="screenshot"></p>
<p>Hi all !</p>
<p>I want to create a small round static pourcent indicator in CSS but I can't find the solution.
The squared indicator at left is ok, but so ungly, I want it round !</p>
<p>I have tried with rounded corner (cf indicators at the right of the screenshot), and I wonder if there is possibility to add a rounded mask to hide the corners (cf. css3 mask : <a href="http://webkit.org/blog/181/css-masks/" rel="nofollow">http://webkit.org/blog/181/css-masks/</a>), but it seems like it's only for img...</p>
<p>The solution can works only on webkit browsers, because it's for a mobile webapp.</p>
<p>Here is my code to create the (ugly) indicator in the image above :</p>
<pre><code><div class="meter-wrap">
<div class="meter-value" style="background-color: #489d41; width: 70%;">
<div class="meter-text"> 70 % </div>
</div>
</div>
</code></pre>
<p>And the css :</p>
<pre><code>.meter-wrap{
position: relative;
}
.meter-value {
background-color: #489d41;
}
.meter-wrap, .meter-value, .meter-text {
width: 30px; height: 30px;
/* Attempt to round the corner : (indicators at the right of the screenshot)
-webkit-border-radius : 15px;*/
}
.meter-wrap, .meter-value {
background: #bdbdbd top left no-repeat;
}
.meter-text {
position: absolute;
top:0; left:0;
padding-top: 2px;
color: #000;
text-align: center;
width: 100%;
font-size: 40%;
text-shadow: #fffeff 1px 1px 0;
}
</code></pre>
http://stackoverflow.com/questions/593245/iphone-web-applications-and-specific-input-types2iPhone web applications and specific input typesceejayoz2009-02-27T01:50:30Z2009-11-18T04:40:03Z
<p>I remember seeing a tutorial a while back on this but am unable to re-Google it.</p>
<p>Supposedly there is a way to get Safari on the iPhone to give keyboards other than the default. It went something along the lines of this, where certain keywords in the input name attribute triggered it...</p>
<p>This would give the default keyboard:</p>
<pre><code><input type="text" name="normal_text" />
</code></pre>
<p>This would give the number entry keyboard:</p>
<pre><code><input type="text" name="blah_blah_zip" />
</code></pre>
<p>This would give the number entry keyboard:</p>
<pre><code><input type="text" name="blah_blah_email" />
</code></pre>
<p>Does anyone know if this is still an available feature, and if so, what the keywords for triggering it are? Thanks!</p>
http://stackoverflow.com/questions/1691105/how-can-i-fix-the-jumpiness-problem-on-a-moving-li-stream-jqtouch-mobile-web-ap0how can I fix the jumpiness problem on a moving <LI> stream jQTouch mobile web app (iPhone JavaScript)brianjesse2009-11-06T22:59:57Z2009-11-10T23:45:40Z
<p>I've got a mobile Web app built with jQTouch mobile web app framework, but when I try to add dynamic <LI> elements the theme starts jumping around like crazy. Includes a short JavaScript sample program that replicates the issue.</p>
<p>I posted this issue on the jqtouch Google Code ticket system</p>
<p>Issue 134:
slidedown prepends LI but causes theme-jumpiness after 15 items or so w/sample code
<a href="http://code.google.com/p/jqtouch/issues/detail?id=134" rel="nofollow">http://code.google.com/p/jqtouch/issues/detail?id=134</a></p>
http://stackoverflow.com/questions/1706562/sniffing-an-identifier-for-the-iphone-app-used-to-access-a-web-page0Sniffing an identifier for the iPhone app used to access a web page.th_in_gs2009-11-10T09:10:07Z2009-11-10T12:56:45Z
<p>When someone accesses a site via a WebView in an iPhone app, is there a reliable way (JavaScript or server-side) to tell what app is being used? It seems like the user agent string can tell me if it's from Safari or not, but not what precise app is being used if it's not Safari, unless a custom user agent has been specified by the app's programmer (which is not often). </p>
<p>I'd like to be able to tell more precisely what exact app is being used in order to serve [slightly] customised content. The identifier doesn't need to be human-readable, just app-sepcific (so e.g. a bundle ID would be fine).</p>
<p>Example (and not useful) user agents:</p>
<p>From Safari: "Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16"</p>
<p>Most Apps:
"Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Mobile/7D11"</p>
http://stackoverflow.com/questions/1696766/does-the-iphone-has-ajax-and-jquery-support0Does the iPhone has AJAX and jQuery support?YourComputerHelpZ2009-11-08T14:50:42Z2009-11-08T14:59:05Z
<p>Does the iPhone has AJAX and jQuery support?</p>
<p>I am developing a chatbox for iPhone with these two.</p>
<p>Are they supported on MobileSafari?</p>
http://stackoverflow.com/questions/1691620/math-in-safari-especially-iphone0Math in Safari (especially iPhone)John Smith2009-11-07T01:41:03Z2009-11-08T01:19:27Z
<p>Is there an easy way to display math in the Safari web browser? My main target is the iPhone safari.</p>
http://stackoverflow.com/questions/1677503/is-it-possible-to-change-the-keyboard-type-when-using-the-prompt-javascript-fun3Is it possible to change the keyboard type when using the prompt() Javascript function when using Mobile Safari on the iPhone?Gabe Hollombe2009-11-04T23:56:02Z2009-11-06T22:33:49Z
<p>Mobile Safari on the iPhone allows you to specify different keyboard types for text input boxes as demonstrated in the <a href="http://developer.apple.com/safari/library/codinghowtos/Mobile/UserExperience/index.html#CONTROLLING%5FKEYBOARD%5FDISPLAY" rel="nofollow">Safari How-To's for iPhone, here</a>. However, I'm wondering if it's possible to change keyboard type displayed when a Javascript prompt() dialog is displayed. </p>
<p>I know I can roll my own modal pop-up if I have to, but I'd like to know if it's possible to use the built-in prompt() function with a different keyboard (numeric, in my case).</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/988224/jqmodal-displaying-incorrectly-in-mobile-safari1jqModal displaying incorrectly in Mobile Safarialunny2009-06-12T18:24:28Z2009-11-05T00:28:48Z
<p>I have a jQModal window on my site that has its content populated by an Ajax call. It works fine in all of the desktop browsers, but it fails in Mobile Safari on the iPhone. </p>
<p>The overlay and the window itself are displayed on the top of the body of the page, rather than covering the iPhone viewport. If you scroll up, you can see the window and the overlay positioned as in any other browser. This is especially problematic because, for a user of Mobile Safari, once they scroll down and click to pull up the modal window, there is no response whatsoever - the part of the screen with the modal window is completely invisible to the user.</p>
<p>I'm pretty sure this is because jqModal uses "position: fixed" in its CSS, which is effd on the iPhone for various reasons. Here's a good blog post describing why: <a href="http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/" rel="nofollow">http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/</a></p>
<p>I've looked at some of the other libraries for modal windows (such as BlockUI) and they have the same issue in Mobile Safari. Does anyone know how to modify the jqModal js/css to fix this? Cheers</p>
http://stackoverflow.com/questions/1619790/drag-and-drop-in-mobilesafari0Drag and Drop in MobileSafari?mazniak2009-10-25T02:29:54Z2009-11-04T09:13:20Z
<p>Is it possible to allow users to drag and drop items in mobile safari? Google images on the iPhone does something similar, but I'm not sure if it is true drag and drop or some other work around. Anyone have any insights?</p>
http://stackoverflow.com/questions/1143589/what-is-the-pastrykit-framework2What is the PastryKit Framework?Kerrick2009-07-17T14:18:25Z2009-10-22T18:18:09Z
<p>I'm trying to find any information I can on the PastryKit Javascript Framework. It appears to be in use on the iPhone User Guide that is displayed on the iPhone itself in Mobile Safari, but I cannot find any documentation or API. If you want to see it in action, open Safari 4, set your user agent to iPhone 3 (In the Develop menu) and check out <a href="http://bit.ly/QkjhQ" rel="nofollow">the guide</a>.</p>
<p>Overall, it seems to be a way to write an HTML/CSS/Javascript application that acts like a native iPhone app.</p>
<p>When it comes to Javascript, I used the <a href="http://jsbeautifier.org/" rel="nofollow">JS Beautifier</a> on (what I assume to be) the <a href="http://help.apple.com/ipodtouch/3/mobile/dist/PastryKit-ug-compact.js" rel="nofollow">framework file</a> and it was over 3,400 lines! Beautified, (again what I assume to be) <a href="http://help.apple.com/ipodtouch/3/mobile/javascript.js" rel="nofollow">their implementatio</a>n of it was over 1,200 lines.</p>
<p>On the CSS side, I used <a href="http://cleancss.com/" rel="nofollow">Clean CSS</a> on (again what I assume to be) the <a href="http://help.apple.com/ipodtouch/3/mobile/dist/PastryKit-ug-compact.css" rel="nofollow">framework CSS</a>, and it came out to over 700 lines. <a href="http://help.apple.com/ipodtouch/3/mobile/style/stylesheet.css" rel="nofollow">Their implementation</a> was shy of 500.</p>
<p>Does anybody have, or know where to find, any information, documentation, or APIs on PastryKit? Or, can anybody figure out how to implement it?</p>
http://stackoverflow.com/questions/723592/why-doesnt-contenteditable-work-on-the-iphone1Why doesn't @contenteditable work on the iPhone?plutext2009-04-06T23:06:17Z2009-10-19T02:56:44Z
<p><a href="http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html" rel="nofollow">Safari HTML Reference: Supported Attributes</a> says:</p>
<blockquote>
<p>contenteditable</p>
<p>If true, the element can be edited on
the fly; if false, it cannot.</p>
<p>Availability</p>
<p>Available in Safari 1.2 and later.
Available in iPhone OS 1.0 and later.</p>
</blockquote>
<p>However, on my iPhone, I can't get it to work. Anyone have success with this?</p>
<p>You can try it with <a href="http://dev.plutext.org/sandbox/StyleResolutionTest.html" rel="nofollow">this document</a> (admittedly not pure html, but that document works in desktop Safari, and Chrome and Firefox 3). I haven't been able to get even the simplest html document to be editable in mobile Safari. </p>
http://stackoverflow.com/questions/912681/preventing-iphone-scaling-when-rotated3Preventing iPhone scaling when rotatedceejayoz2009-05-26T20:48:19Z2009-10-16T20:49:39Z
<p>When I rotate my iPhone into landscape mode, the iPhone automatically bumps the text size up.</p>
<p>What is the best way to prevent this? I'd like rotation to give the visitor more text to read, not a larger font. Is JavaScript <a href="http://www.iphonemicrosites.com/articles/6-tips-to-optimize-your-current-site-for-the-iphone/" rel="nofollow">like this</a> the only way to go?</p>
http://stackoverflow.com/questions/1580143/closing-an-opened-window-on-mobile-safari-with-javascript1Closing an opened window on mobile safari with javascript?fuddyq2009-10-16T20:02:53Z2009-10-16T20:02:53Z
<p>In app mode, if I open a new window using javascript, the newly-opened window cannot close itself (on an on-click event) using the standard window.close() or self.close(). Does anyone know if there's an alternate method?</p>
<p>What I find most beguiling about this is that it goes against Apple's very own design guidelines: essentially a site has the ability to open a new window but the user cannot get out of it without closing the webapp using the Home button.</p>
<p>Any ideas? Thanks!</p>
http://stackoverflow.com/questions/215390/available-iphone-web-application-javascript-ui-library-frameworks11Available iPhone Web Application JavaScript UI Library/Frameworksmethym2008-10-18T18:31:55Z2009-09-25T08:42:30Z
<p>I'm starting a web application that will target Mobile Safari on iPhone/iPod Touch. I'm evaluating the available client-side JavaScript/CSS libraries/frameworks that are currently out there.</p>
<p>These are the ones I'm currenlty aware of:</p>
<ul>
<li><a href="http://code.google.com/p/iui/" rel="nofollow" title="iUI">iUI</a></li>
<li><a href="http://clientside.cnet.com/cnet-js-standards/ciui-cnet-iphone-ui/" rel="nofollow">CiUI</a></li>
<li><a href="http://code.google.com/p/iphone-universal/" rel="nofollow">UiUIKit</a></li>
<li><a href="http://webapp.net.free.fr/" rel="nofollow">WebApp.Net</a></li>
<li><a href="http://www.iwebkit.net" rel="nofollow">iWebKit</a></li>
<li><a href="http://developer.apple.com/documentation/AppleApplications/Conceptual/Dashcode_UserGuide/Contents/Resources/en.lproj/Introduction/chapter_1_section_1.html" rel="nofollow">Apple's Dashcode Application</a> - not really a standalone library/framework, but it provides/generates JavaScript, CSS, and images that conform to the native iPhone UI metaphors.</li>
</ul>
<p>Are there any others out there? I want to make sure I'm not missing any before I make a decision. I'm only looking for client-side JavaScript/CSS solutions and building one from scratch isn't an option because of time constraints. No server-side PHP, Ruby, Python, Java, etc. solutions.</p>
<p>I am aware of the <a href="http://stackoverflow.com/questions/8756/iphone-web-applications-templates-frameworks">iPhone web applications, templates, frameworks?</a> question that was asked, but this only mentioned iUI and UiUIKit.</p>
<p>Thank you</p>
http://stackoverflow.com/questions/1466378/iphone-web-application-javascript-events-break-after-waking-up-from-sleep0 iPhone Web Application JavaScript events break after waking up from sleep.ericdelabar.mp2009-09-23T14:31:58Z2009-09-24T12:27:50Z
<p>I'm trying to build a mobile-safari/iphone web-app using jQuery code I already wrote for the desktop version of the app. The problem I'm having is that when my phone goes to sleep with the web-app running, when I wake it up (slide to unluck) the JavaScript event handlers no longer function. In this case meaning when I click on a link that used to perform an AJAX update via an onclick event it actually follows the link by opening the page in a new Safari window, breaking the appearance of the native iPhone app.</p>
<p>The code that stops working:</p>
<pre><code>$(function() {
var ajaxLoad;
var ajaxClick = function(e) {
e.preventDefault();
e.stopPropagation();
$("body").load( $(this).attr("href"), ajaxLoad );
}
ajaxLoad = function() {
$(this).find("a").click( ajaxClick );
}
$("a").bind( "click", ajaxClick );
});
</code></pre>
<p>When the code works the result of the link will open in the web-app frame, when it breaks, the code will open in a new safari window, breaking the look of an actual app.</p>
http://stackoverflow.com/questions/1258038/rich-text-editor-on-mobile-safari2Rich Text Editor on Mobile SafariSLaks2009-08-11T01:19:52Z2009-09-13T13:20:15Z
<p>I'm trying to build a Web page that has a rich text editor. Is it possible to use a rich text editor (such as <a href="http://fckeditor.net" rel="nofollow">FCKEditor</a>) in Mobile Safari on the iPod Touch (or iPhone)?</p>
<p>All of the demos I tried worked perfectly but weren't editable (The keyboard doesn't appear)</p>
<p><strong>EDIT</strong>: Does Mobile Safari support editable <code>IFRAMES</code> (or any equivalent) at all?</p>
http://stackoverflow.com/questions/1374618/alpha-transparent-pngs-not-displaying-correctly-in-mobile-safari0Alpha transparent PNGs not displaying correctly in Mobile Safariworksology2009-09-03T16:46:25Z2009-09-06T22:40:35Z
<p>I'm using some semi-transparent PNGs as background-images on various websites. These are usually something like a 1x1 image with a 30-percent opaque white layer.</p>
<p>I've noticed that Mobile Safari does not display them correctly, giving them a darker/grayish tint.</p>
<p>I've created a couple test pages to illustrate. View them both in your normal browser, and then on Mobile Safari, and you should see what I mean.</p>
<ul>
<li>This shows 11 red images of varying opacities on white: <a href="http://thecompleteworks.org/alpha-tests/index-red.html" rel="nofollow">http://thecompleteworks.org/alpha-tests/index-red.html</a></li>
<li>This shows 11 white images of varying opacities on blue: <a href="http://thecompleteworks.org/alpha-tests/index.html" rel="nofollow">http://thecompleteworks.org/alpha-tests/index.html</a></li>
</ul>
<p>Is this a MobileSafari bug (I couldn't imagine so), or do I need to do something different, either to my pages or PNGs?</p>
<p>(Here's how I create the PNGs: In Photoshop, create a 1x1 transparent canvas. Draw a white rectangle in Layer 1. Set opacity to, say 30 percent, Save for Web as 24-bit PNG with transparency.)</p>
http://stackoverflow.com/questions/1343787/source-code-of-contacts-application-of-iphone0source code of contacts - application of iPhonesagar2009-08-27T21:18:25Z2009-08-27T21:32:43Z
<p>I have seen the Contacts in iPhone Simulator.</p>
<p>I want to create an application similar like that.</p>
<p>Does apple provide open source of that " Contacts " application.</p>
<p>Similarly, Does apple provide source code of " Safari ",</p>
<p>So we can create our own browser.</p>
http://stackoverflow.com/questions/1223591/automatic-zoom-on-iphone-safari0automatic zoom on iphone safariFortress2009-08-03T17:34:53Z2009-08-03T17:58:57Z
<p>Is there a way for Mobile Safari to recognize a site meant for mobile phones and automatically zoom in? How does that work on other phones and browsers?</p>
<p>I'd like to avoid looking at user_agent and sending a different page for each mobile browser.</p>
http://stackoverflow.com/questions/1145880/can-autocapitalize-be-turned-off-with-javascript-in-mobile-safari0Can autocapitalize be turned off with javascript in mobile safari?Andrew Nesbitt2009-07-17T22:01:09Z2009-07-19T00:24:00Z
<p>Mobile safari supports an attribute on input elements called autocapitalize
[<a href="http://developer.apple.com/safari/library/codinghowtos/Mobile/UserExperience/index.html#GENERAL-DISABLE%5FAUTOMATIC%5FCORRECTION%5FAND%5FAUTOMATIC%5FCAPITALIZATION%5FIN%5FTEXT%5FFIELDS%5FOR%5FTEXT%5FAREAS" rel="nofollow">documented here</a>], which when set to 'off' will stop the iPhone capitalizing the text input into that field, which is useful for url or email fields.</p>
<pre><code><input type="text" class="email" autocapitalize="off" />
</code></pre>
<p>But this attribute is not valid in html 5 (or another spec as far as I know) so including it in the html will produce an invalid html page, what I would like to do is be able to add this attribute to particular fields onload with javascript with something like this:</p>
<pre><code>$(document).ready(function(){
jQuery('input.email, input.url').attr('autocapitalize', 'off');
});
</code></pre>
<p>which adds the correct attribute in firefox and desktop safari, but doesn't seem to do anything in mobile safari, any ideas why?</p>
http://stackoverflow.com/questions/1141979/javascript-for-add-to-home-screen-on-iphone3Javascript for "Add to Home Screen" on iPhone?Kerrick2009-07-17T08:13:49Z2009-07-17T08:24:51Z
<p>Is it possible to use Javascript to emulate the Add to Home Screen option in Mobile Safari's bookmark menu?</p>
<p>Something similar to IE's <code>window.external.AddFavorite(location.href, document.title);</code> possibly?</p>
http://stackoverflow.com/questions/1135162/can-i-call-uibarbuttonsystemitem-from-safari-for-iphone-or-find-the-images-onlin0Can I call UIBarButtonSystemItem from Safari for iPhone (or find the images online)?Kerrick2009-07-16T02:37:08Z2009-07-16T02:37:08Z
<p>I'm looking at creating a web app for iPhone and iPod Touch users, and for consistency's sake, I'd like to be able to use the <a href="http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/SystemProvided/SystemProvided.html#//apple%5Fref/doc/uid/TP40006556-CH15-SW14" rel="nofollow">Standard Buttons for Use in Toolbars and Navigation Bars</a> (<code>UIBarButtonSystemItem</code>). Is there any way I can call said buttons from Safari?</p>
<p>If not, is there anywhere I can find a vector or transparent PNG of these buttons? (Apple's site has flat JPGs on blue backgrounds <img src="http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/art/UIButtonBarAction.jpg" alt="Action" />, but those would limit my options of implementation.)</p>