Safari is Apple's web browser, the default browser on Mac OS X and iOS.
0
votes
0answers
3 views
Why safari.extension.globalPage can't receive message from safari.self.tab.page?
I set up a popover, when it has been showed, click a button in it for creating a new tab to show a seetting page for my extension,
and in the seetting page, I sent a message:
...
0
votes
0answers
9 views
ios safari address bar and button background color issues
I'm working on www.nickpassaro.com/clientsitedev/bandana and I'm having issues with safari on IOS.
Problem 1: I'd like to both hide the address bar on page load when the user adds the site to their ...
0
votes
1answer
19 views
Javascript document.title doesn't work in Safari
I'm using Safari 6.0.5.
I open a new empty window, try to change the title to 'debug window', nothing happens. With a check function checking every 10 milliseconds, it says the window.document.title ...
0
votes
6answers
46 views
How do I add a css line ONLY for Safari
I am making a website, but an element needs margin in Chrome and other browsers, but not in safari. So I want to add a css line to fix it, but I can't find any method to add css for safari 3+ only.
0
votes
0answers
2 views
Mediaelement based playlist stopped working in Safari
It was functioning normally several months ago. It still works perfectly fine in both chrome and firefox.
Here is the specific issue: when the page first loads, I can click on any track in the ...
0
votes
0answers
12 views
Augmented Reality in IOS Browser using phone camera
As my question describes everything. I want to develop an web application of augmented reality using my mobile browser and mobile camera. This web application will be for every mobile browsers. Don't ...
0
votes
1answer
15 views
Page shifted up in Safari but not other browsers
My website http://www.rattletree.com/ works fine in other browsers, and used to work correctly in Safari, but I just noticed that the navigation elements are shifted up now. Can anyone recommend what ...
-3
votes
0answers
13 views
Akai EIE Pro loads soundcloud track but will not play in Safari [on hold]
I have an Akai EIE Pro which used to play soundcloud tracks. I turned the interface on today and I cannot play soundcloud tracks. Other streaming media, including youtube and vimeo will play, but ...
0
votes
0answers
16 views
Why does a hardware accelerated change in height cause a flicker on Safari?
I'm trying to track down a bug in Mobile Safari on iOS. The issue is related to CSS3 3d transforms and/or how webkit renders 3d stacked elements.
Edit: At first I thought this was just an iOS bug on ...
0
votes
0answers
12 views
input tag inside bootstrap dropdown does not work properly in Safari Browser
I've been working on getting jQueryFileUpload working however I'm getting a weird issue that only occurs on Safari, particularly I'm on (5.1.7 7534.57.2).
I have an input element that I initialize ...
0
votes
0answers
9 views
Cannot play audio in Safari desktop for Windows, works fine in Chrome and Safari mobile
I am trying to figure out why the code below works fine in Safari mobile and Chrome, but causes an error in Safari desktop for Windows.
var _element = document.createElement("audio");
...
0
votes
0answers
14 views
How to export Safari Web Inspector timeline data?
Just like in Chrome Developer Tool, I was wondering if there is any tool/extension/plugin which would allow me to export timeline data in Safari. I tried the nightly build of webkit but it does not ...
0
votes
0answers
6 views
Cookies doesn't save on Safari
The cookies doesn't seem to be saved if it's opened with an apple device (mac/iphone/ipad). Does anyone else noticed this? I've a site disclaimer on opening, and the cookie is attached on the 'I ...
0
votes
2answers
37 views
Element with CSS display: none; breaking layout - causing misalignment
I have a basic menu, made from a horizontally aligned list (<li>), each containing an icon image and some text:
One of the <li> contains an extra image with display: none; so that the ...
-1
votes
0answers
5 views
Safari: input field produces line-break with hypfen/dash, interferes with submited values
today i encountered a strange behaviour with safari.
I have a input field with the following html code:
<input type="email" id="mc4wp_f1_email" name="email" required="true" placeholder="Your email ...