safari

iPhone's Mobile Safari: Special Characters

The iPhone app I'm working on uses html help files and special characters such as ü and ê are being mangled my iPhone's mobile Safari. Anything I can do to correct this? ...

iPhone Safari: check if URL scheme is supported in javascript?

Is there any way to check if a URL scheme is currently registered on the phone... with javascript? ...

Webkit API for Safari, Iphone

I went to the webkit.org and, honestly saying, the site doesn't provide any tutorial or documentation of the API. I'm looking for what new CSS, and DOM webkit provides. Anyone know where I can find the information? ...

Safari force scroll

Hey , I tried using: html {overflow-y: scroll;height:101%;overflow-y:hidden;} To force scrolling, when I view one my sites on my MBP the bottom gets cut off, but looks fine in FF/IE. Any ideas? Thanks, Ryan ...

iPhone Open DATA: Url In Safari

Hello, I have a Data: URL (see: http://en.wikipedia.org/wiki/Data_URI_scheme) (as a NSString) and I want to open it in Safari. How would you accomplish this (I tried openURL:.) Example: data:text/html;base64,(Some Base64 Encoded Data Here) Thanks, Isaac Waller ...

JSP page is loaded half scrolled by default in Safari

I have a web application. It views fine in Firefox and IE. But when I use Safari, there seems to be a problem while loading pages that are long enough to have a vertical scroll bar in them. The page loads and displays the bottom or middle of the page by default. This happens only when Safari is not maximized to full screen. Has anyone e...

safari problem

Hi, I'm using Infragistics controls in my web application(ASP.net)... and I'm using Ultra web grid in that too.... my application works well in IE and Mozilla . but in safari I'm getting the following error::(which is very vague and fuzzy) ... CAN U PLZ HELP ME in this?? wat's this error ? Does it have to do with compatibility problem??...

Debug message "Resource interpreted as other but transferred with MIME type application/javascript"

OK, I understand what the messages means, but I'm really not sure what's causing it. I'm using Safari and the Web Inspector on Mac OS X, by the way. I've got the following in my document head: <script src="http://local.url/a/js/jquery.js" type="text/javascript"></script> <script src="http://local.url/a/js/jquery.inplace.js" type="text/...

Flash transparent background not working on Mac

Hi I just can't seem to get the background to be transparent on a Mac, see here: http://www.digiflipconcepts.com/smokinhot/templates/smokinhot/ I'm using wmode=transparent. I've been searching google for ages and see that wmode is not very stable and that it will work if I use the 'embed' tag but it would not be valid code anymore. Can...

Safari iPhone - How to detect zoom level and offset?

I looking for options on how to track user zooming and panning on a page when viewed in Safari on an iPhone. Safari exposes move and gesture events, so theoretically I can keep a running tally of pan and zoom operations, but that seems like overkill since the browser must track that internally. Is this information exposed through the D...

How to support multiple text selections cross browser?

I am building a web-based annotation tool, where end users can select and annotate a section of text from an HTML document. Programmatically speaking, accessing and working with the selected text and corresponding range is straightforward using "window.getSelection" and "getRangeAt". I am running into a problem, however, when I try to...

-webkit-transition-property receives unexpected values in Safari 3.1.2 (Windows)

I am developing an iPhone-optimized website and testing it on Safari 3.1.2 on Windows. For some elements in the website I am applying implicit animation using -webkit-transition style. So basically, I have elements like this: <div style="-webkit-transition: left 2s linear;">...</div> that sometimes are present in the document from th...

Need to force open IE from safari browser while opening a new popup

Is it possible to open a pop up from a Java page which is on Safari browser to open a popup in IE browser. I think it is not possible. ...

Mac Safari randomly recreating cookie when I refresh my login screen. Very bizarre

We have found an issue in our app where Safari on the Mac randomly recreates a login cookie from a logged off session. I have a fiddler archive with this behaviour here. Note that some stuff has been removed from this to make it easier to get, but nothing which sets a cookie or anything has been taken out - only repetitions of requests...

Does Safari and/or WebKit implement the equivalent of window.navigator.online?

Does Safari have anything equivalent to the HTML 5.0 spec for window.navigator.online? http://www.whatwg.org/specs/web-apps/current-work/#browser-state If not are there any alternatives to polling to establish connectivity state? My question pertains to Safari 4.0+ and iPhone software 2.1+ ...

Keyboard Events for Modifier Keys in Safari 2.0

Hello, I'm using keyboard events ('keydown' and 'keyup') to detect exactly when the user presses or releases the shift key. In Safari 3+, this works fine. However, Safari 2.0 doesn't seem to fire keyboard events for the shift key—in fact, it doesn't seem to fire events for any of the modifier keys... Does anyone know how I might deal ...

IPhone/Safari: Is there a way to stop resizing the page on load?

This is a long shot but I'm hoping there's a way to stop IPhones from resizing a page on load. Problem is if it's a site with a lot of need for refreshing (Say a forum) it gets a little old for users to have to resize that page every refresh. Is there a way to force Safari/The IPhnone to not minimize the site on refresh that doesn't in...

Safari problems accessing Windows Integrated Authentication (aka NTLM) protected web site

Hi all, Our web application uses Windows Integrated Authentication (aka NTLM Auth) for security. It's working fine for both IE and Firefox users, but Safari users are seeing intermittent problems. Browsing the site will work fine, but every once in a while there will be problems loading elements of a page (e.g. CSS or JS files). Relo...

What's the reason for cookies mysteriously reappearing?

I'm developing a web application using a cookie to store session information. I've manually deleted the session cookies because I'm working on another part of the code where I don't want a login session. However, after a couple reloads of the page, the session cookie mysteriously reappears, including an earlier cookie that I had only set...

How to bypass Safari option re-ordering in a select ?

Hello everybody! Im writing a admin panel for a customer's sites, and at few places, i need to put a list of country. He want's to get Canada and US in first place, because his market are mainly US and Canada. So, i write something like that : <select name="customerCoutry"> <option value="US">United States</option> <option ...