I've heard that the new HTML5 will support open sockets, does anyone know if it's currently supported in safari4, I'm particularly interested in getting sockets to work through the safari browser of an iphone.
Thanks in advance,
Josh
...
Hey guys,
I'm getting a very weird issue with standard ASP.NET backend code, and the latest version of the Safari browser.
Basically, in the backend ASP.NET code we're using normal response.redirect() calls, and sometimes, in Safari, we'll just get a "server is down" kind of error, as if Safari can't connect to the server.
Unfortunate...
Does anyone know why ASP.NET Forms Authentication does not work on windows safari, or better yet, how to get it to work? It seems like a very weird issue. When I use a login control (System.Web.UI.WebControls.Login) everything works fine, but if I try to do a custom Forms Authentication login when I call FormsAuthentication.RedirectFromL...
When was <input type=search.> (and type=range etc.) introduced in Safari?
And can you find the blog-post to this item? I can't seem to find it.
...
I'm using jQuery cycle to implement a slideshow effect.
You can click on any slideshow image to slide to the next one.
This works fine in all browsers. Only in Safari, something really weird happens. Upon the first page load, no slideshow images are displayed at all! After reloading the page (either by refreshing or by hitting the 'Go'...
Hi,
Is it possible to embed Safari within a native application ? Not only lauching Safari but during the navigation, the user could access some buttons of the native application?
Just as if Safari would appear in a kind of a "frame" of the native application.
If it's possible, how could this be done ?
Thanks in advance for your help,...
I am using sifr3 in a rather ambitious manner - all text on the page is converted. I know this is not ideal but I don't think this explains the issue I am experiencing.
It's working fine in IE 8 and Firefox 3.0.1. However, there's nothing to be seen on Safari for Mac or PC.
Here's the page I'm working on: http://www.merlyncricket.com/ho...
I get this error in the javascript debug panel when trying to call String.charCodeAt('9') in Safari 3.
TypeError: Result of expression 'String.charCodeAt' [undefined] is not a function.
When I try to do stringInstance.charCodeAt('9') instead, I get NaN. Am I doing something wrong? I'd just like to get the char code for some cha...
hi there,
i'm trying to create a website for iphones with the apple typical sliding menue effect.
on safari and firefox on my mac everything works pretty fine, but checking the page on my iphone safari made me wondering.
there's the link to the slider test...
IphoneSliderTest
it would be nice if you could check the page on your iph...
Hello,
Whenever there is a SPAN element in HTML content, the mobile version of Safari renders content differently- it seems that font size increases for the whole paragraph. Consider two examples.
<div style="border: 1px solid red; width:500px;">
<p>This is a paragraph. This is a paragraph. This is a paragraph.</p>
</div>
and
<div s...
Say you wanted a Greasemonkey script to be compatible with Safari and Chrome.
Whereas in Firefox the Greasemonkey scripts only run when the DOM is ready.
Chrome, Safari and Opera seem to run the Greasemonkey scripts before the DOM is ready.
So what I am looking for is a solution that will only run a listener on the page, waiting for th...
Hi, i'm trying to find a clicked word in an onclick event handler.
somediv.onclick = function(event) {
var w = getClickedWord(event);
alert(w)
}
getClickedWord() uses range.moveToPoint for msie and event.rangeParent/offset for gecko, but Webkit seems to support neither. Any pointers?
...
I am using LinkButton in my asp.net web application and I am enabling and disabling visibility of that Linkbutton. Also I have applied style sheet in which I am applying background image. When I make visible=false It appears single line in safari but working fine in FF and IE. It should not be visible in safari. Please help me out.
...
Javascript does not have visible threads (yet -- Worker Threads are coming, see more info in http://stackoverflow.com/questions/30036/javascript-and-threads).
However, it does seem to have multiple execution contexts that appear to exist simultaneously -- independent, when you have multiple Firefox Windows, and multiple Firefox/IE tabs....
I have a site where I display some jQuery dialogs. But in Chrome/Safari the dialog is not opened in center of the screen but a long way down the page. The site is programmed in ASP.NET but when I copy-paste the generated HTML to a .htm file the thing works fine. Very weird :/
Try:
http://tinyurl.com/yj4vkm7 - works in Safari/Chrome.
A...
So I'm using a Menu control on my page, and it has dynamic items that should drop down when you hover over a menu item. This works in all browsers except for Safari 4.0.3.
I've looked around and there seem to be several solutions to this problem:
Add this code to the Page_Load event:
if (Request.UserAgent.IndexOf("AppleWebKit"...
I am generating an iFrame that following some processing with the frame (from an external site) redirects back to my domain (within the iframe), which should then reload the parent frame. However I've tried multiple ways of calling the parent, but none of them seem to work in safari?
methods use include.
self.parent.location="/";
self....
Hello, I am designing a small webpage targeted for the iPhone/iPod touch. I have a form that requires the user to enter a code. When you tap on the corresponding field, the iphone will automatically set the first letter to caps. Is there any way to avoid this? I want the whole field to be entered in small caps.
Thanks
...
So, I'm using sIFR (version 3, revision 436) to replace elements in my navigation, and everything is beautiful. But when I turn on sIFR.useStyleCheck to detect the CSS load, everything goes wonky in Safari 4. By wonky, I mean that it seems like the inserted dummy div lingers with its 42px left margin, and it throws off the sIFR'd text ...
I used the cocoa of MAC to develop a plugin with safari , I used the method is : changed the plugin's MIME TYPES is application/x-shockwave-flash and extensions is swf, so when safari lanched , it will add my plugin , but Now have a problem : when the safari page showing , the swf embed it don't show , because I don't know the method of...