0
votes
0answers
62 views

jQuery slide animation of 'left' property working in Chrome and Safari, not in Firefox

I'm working on my personal site and having some trouble with an animation. http://raddevon.github.io/personal-site/ https://github.com/raddevon/personal-site/tree/dev Each of the project rows has ...
0
votes
2answers
33 views

How to specifically call html for Safari only

I am using Wordpress and my index page has responsive html on it that does not agree with safari however I created html that will work with Safari is there a php if statement that I can use to call ...
0
votes
0answers
51 views

Safari: AJAX load + DOM manipulation + scroll in the same moment are impossible?

I'm developing a small web-app with infinite scroll. And I meet strange problem with Safari. Trying to achieve the next: we have 3 blocks on the page. As we scrolling page down and middle point of ...
0
votes
0answers
39 views

Hiding Mobile Safari's URL Bar After URL Click

I have successfully created a "web app" enabled HTML page using the following tag: <meta name="apple-mobile-web-app-capable" content="yes" /> Once "installed" to the iPad the first page looks ...
0
votes
0answers
70 views

How to implement a Google Plus 1 button in Internet Explorer 10 and Safari?

I've found a lot of code snippets to implement a google plus one button. They ALL work in Firefox and Chrome. For example: <script type="text/javascript" ...
3
votes
1answer
195 views

Setting dynamic height for <iframe> in Google Chrome and Safari

I am developing a web application using Spring MVC framework, in one of my modules I have implemented an <iframe> to display user posts and comments. Now my problem is the <iframe> height ...
0
votes
1answer
71 views

Safari 5.7.1 not allowing third party cookies

Safari is not allowing third party cookies . I tried by setting response header in JSP as: response.setHeader("P3P","CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'"); It ...
3
votes
2answers
63 views

word spacing not working in safari

Hi I was hoping if someone can help me with an issue I am having in Safari. Basically I have created a website If you look on the top menu at the navigation bar, there is word and letter spacing in ...
0
votes
1answer
50 views

Sidebar navigation is not visible in safari only

I am developing my portfolio site for wordpress and for some reason that I have not been able to identify my page links are not made visible in safari, but they work fine in all other tested browsers. ...
0
votes
0answers
75 views

Tool for Viewing Formatted HTML Source Code in Browser

I'm developing a web scraping tool in Python, and I need to get intimately acquainted with the functions of various HTML tags on certain sites. Unfortunately, the "view source" that Chrome, Firefox, ...
0
votes
0answers
138 views

Capture iFrame resize event from browser extension

Is there a way to capture iFrame resize event from browser(Safari,Chrome,Firefox) extension's javascript. Need to capture/detect event in extension's javascript when iFrame size changes . I have ...
0
votes
2answers
187 views

Browser, safari/IE negative margin not working

I have a problem with safari. I have searched for 6 hours straight for a fix, so exscuse me if my explanation is bad. So the thing is: I have added a hover effect on my thumbnails, it works in all ...
0
votes
1answer
97 views

Safari rounds large number in HTML5 input number field

My web app has a number field that accepts arbitrarily large numbers. However, In Safari, a large number is rounded in the HTML5 number field: <input type="number>. For example, a number ...
2
votes
1answer
36 views

Safari refreshes the page on setting 'animation-play-state' to paused

This is really weird, but each time I set $(element).css('animation-play-state', 'paused'); safari refreshes the whole page. Why?
0
votes
1answer
78 views

Why does navigator.productSub always equals '20030107' on Chrome and Safari?

According to the MDN the archaic navigator.productSub property returns the 'build number of the browser'. This probably worked in the nineties, but it's pretty useless now. However, i'm interested in ...
0
votes
2answers
51 views

Which Browser(s) support auto-update version? [closed]

I am building/deploying apps. But I need to plan about the future. So, I need to know which browsers currently support auto-update version?
0
votes
2answers
188 views

Different Browser problems, jQuery or css error [duplicate]

Possible Duplicate: jQuery positioning porblem Okey guys if you see the link on FF 15 it's good. http://www.mbu.mn/test/ and the other browsers it will break. Break means it's not ...
0
votes
0answers
97 views

Why volume control is not visible in Safari browser while it is present in chrome, firefox and IE?

I wrote the following HTML MP3 player snippet in my code: <html> <body> <audio controls="controls"> <source src="http://dl.dropbox.com/u/20476478/saware_roop.mp3" ...
0
votes
1answer
43 views

what is the most old safari version which is used so far by users?

I am not familiar with Safari but I am developing website and I want to know from what safari version I should start to test.
1
vote
1answer
65 views

Catch Apple Remote events in webbrowser with JavaScript

Is there a chance to use the Apple Remote with my web browser (Safari, Chrome or Firefox)? For example, my HTML page makes a transition if I click the right or left arrow. I want to cause this ...
0
votes
0answers
119 views

Text looks jagged in Chrome and Safari fine in IE9 and firefox

I've gone to what I thought was every effort to retain cross-browser text integrity. The below link is my project: http://tinyurl.com/c368syb When you click on repertoire, biography, contact or any ...
0
votes
1answer
2k views

Safari can't find server. Site is ok on all other browsers

I have a client who can no longer view her site in Safari. It just displays the error: Safari can't find the server. The site works fine of both my PC and Mac with all browsers, but not on the ...
0
votes
1answer
143 views

How to integrate Webview in iPhone?

I am working in iPhone application, Using Webview to load Addvertisement in bottom of the screen and its working fine, i want to when the user select the WebView, its automatically goes to browser and ...
3
votes
2answers
1k views

Webkit text flickers when using CSS transform (scale)

This happens in Safari 6 on Mountain Lion and in the latest chrome. (Confirmed on OSX, might not happen in windows) Please see this page for an example: http://users.telenet.be/prullen/flicker2.html ...
0
votes
1answer
93 views

how to parse safari browser history in windows by C++

my intention is to read the history of Safari browser by my program which is written in C++. I am able to read other browser's history through programming but for safari i am kind of a lost. the file ...
-1
votes
1answer
659 views

Disable Safari auto update [closed]

How can I disable auto updates in Safari? I want to run the version 4 of Safari and be sure that Safari doesn't update to version 5. In Firefox one can disable auto updates very easily. EDIT: I'm ...
2
votes
1answer
101 views

What is going on with chromes handling of sessions/cookies compared to safari and firefox

On chrome I am experiencing the following issue: Login with username and password which creates a cookie for the username and a login sesion. view main page (which has a script to check for login ...
0
votes
1answer
26 views

Is it possible in any browser to find text on a webpage using search and “clicking” it without the mouse?

Lets say I have a page with 1000 blue links stacked on top of one another. I want to find one that matches pattern "blah" so I press ctrl-F/cmd-F and type in "blah". I find the link, it's highlighted ...
0
votes
1answer
91 views

Safari Browser How to detect when Block cookies from Privacy is NOT set to Never?

I developed a bookmarklet using Javascript and my bookmarklet does not work on Safari browser on Windows or Mac, when Block cookies is NOT set on Never. go to Settings, Preferences, Privacy, Block ...
2
votes
0answers
214 views

How does Safari know when to prompt user to save password?

This related to How does browser know when to prompt user to save password? except mine is specific to Safari. I have a website in which there are two different ways you can log in. The first is the ...
0
votes
2answers
112 views

odd break after img in Chrome and Safari, but ok in Firefox

Live site. After testing a site I'm working on, I've discovered a weird break that occurs only in Chrome and Safari. Everything looks fine in Firefox. Welcome to BodywoRx ...
0
votes
0answers
79 views

MAC/Safari web display issues

I have a really crazy problem with displaying my website. The address is: http://polskiefrykasy.pl/www/ Besides the content is in polish (sorry for that) the main problem for my client (who use ...
0
votes
1answer
163 views

redirect from email to mobile browser and then to the app

I was wondering if anyone knew if its possible to build a service that sends email to the users, with a link that if they have the app installed it takes them to the app passing through the browser, ...
1
vote
3answers
74 views

What html or css attribute should I modify so that a mobile browser shows the website with no blank space on the right?

I am making a website for mobile devices and It will be fixed 480 pixels width but when I view it on my ipod I see a huge blank space on the right. how can I tell the mobile browser with html / css to ...
0
votes
0answers
201 views

Safari Tester Tool/Application

I need to test my site for safari versions in Window XP, I have found Multi-Safari but it is for MAC and searched many links that redirect to apple latest version. Is their any tester ...
0
votes
1answer
69 views

Safari browser tags for iPhone and iPad

Is there a way to determine if a Safari browser accessing a website is running on iPhone vs iPad? I don't want to load a mobile site on the iPad
1
vote
2answers
1k views

Why is Chrome faster than Safari though they both use Webkit?

I feel the difference between Safari 5.1.5 and Google Chrome 18.0 on Mac OS X 10.7.3 are very noticeable. The difference are most clear when it comes to reloading pages or XHR requests. Do Chrome ...
0
votes
1answer
413 views

Text alignment not working in 'select' element with Safari

I'm trying to align the text in the select element by setting: text-align:right; direction:rtl; Somehow it's working with all browsers including FF, IE, Chrome and Safari on iPad2. With safari on ...
3
votes
1answer
565 views

Conditionally load content script into a Safari extension like in FF/Chrome?

I'm writing a reasonably complex browser extension for Chrome, Firefox & Safari. In Chrome & Firefox, I can specify which content script are injected into which sites based on URL matching. ...
0
votes
3answers
68 views

Popular browsers on the Mac

Are there any other popular browsers used on the Mac besides Safari? For Windows, there are significant numbers of users with FF and Chrome, but is this also true for Mac users? Or am I safe to say ...
0
votes
2answers
645 views

Browsers adding www. and .com to server address automatically

In my company, we access some databases through a local server, through firefox/chrome/safari, by using a URL of the format: http://server_name:port/path this means that it does not need the prefix ...
5
votes
2answers
521 views

How do I make “apple-mobile-web-app-capable” not lose its session?

I have a web app. <meta name="apple-mobile-web-app-capable" content="yes"> I put this in there. I add to home screen. However, I realize that I always have to login again after I close the ...
0
votes
1answer
302 views

Options Aren't Showing Up until I click the select element in iPad Safari Browser (Multi Select Form)

I have a multi select form element: Code: <select id="something" name ="something" onchange="something();" multiple="multiple" > <option value="something">something</option> ...
0
votes
1answer
192 views

How do I save an SVG file to see it in browsers?

I can't understand how to save an SVG image for using it in broswes. I can see this, but can't see this. I need your help. Thank you :)
0
votes
1answer
3k views

Padding doesn't work on select tags in Safari [duplicate]

Possible Duplicate: padding is not working in Safari and IE in select list So I have a basic select tag like so: <select> <option>1</option> ...
0
votes
0answers
97 views

How to get local cached image path from an opened page in browsers(Safari or Chrome)?

Commonly, when you open a page in a browser and can see the images on it, that all because browsers saved all images to their cache. So, how could we get the cached images' local path?
1
vote
0answers
163 views

Black lines on ipad safari, but not on desktop safari

I'm using this slideshow: http://thiagosf.net/projects/jquery/skitter/ Which results in black lines where the image is being "sliced" (see the demo above). What would cause this kind of behavior? ...
2
votes
1answer
325 views

Magento ecommerce: Can’t login to admin or add items to cart in Safari 5.0 on a Mac

I am dealing with a very particular issue on a newly built Magento ecommerce site (running version 1.5.1), www.azaturechocolates.com. My client is unable to login to the admin panel or add items to ...
0
votes
1answer
73 views

How can i make a Flash-free, basic audio control?

I need to make a basic audio control: one audio file, play and pause buttons, no more. I cannot use Flash at all - this website will only be used if the client does not have flash enabled. HTML5 ...
0
votes
2answers
225 views

How to resize the height of Safari's Web Inspector pane?

Does anyone know how to set the height of Safari's Web Inspector? It takes up about 75% of my browser window, so I have to resize it manually each time. Here's a screenshot showing the problem: ...

1 2 3