A mobile version of Apple’s Safari web browser.

learn more… | top users | synonyms

0
votes
1answer
29 views

Why does iOS scale images up?

Why does iOS scale images up? I am building a site and want it to be mobile friendly, when I look at it on iOS my pixel-based images are getting scaled up for some reason. Shouldn't the browser keep ...
0
votes
0answers
15 views

Chrome mobile touchmove

I'm trying to build a scroll website, where the background is animating on scroll. I used this tutorial, and it's working fine om my desktop. ...
1
vote
0answers
12 views

CSS glow animation keyframes work on Chrome but not iOS Safari

Any idea why this works in Chrome but not Safari? http://jsfiddle.net/tTxMV/ CSS: @-webkit-keyframes glow { 0% { opacity: 0; } 50% { opacity: 1; } 100% { ...
0
votes
0answers
11 views

safari mobile bug - event touchstart and hover subclass

I have a menu and a submenu appearing when the mouse is over (with the subclass hover in css). It works very well within all browers including safari mobile. But if I had an handler function on the ...
0
votes
0answers
20 views

Making an iOS file input go directly to the camera app?

Background: iOS 6.1, at the time of writing, doesn't allow both multiple file selection and taking a photo in a single input. Since my main app already has a multiple input picker for choosing files, ...
2
votes
1answer
24 views

jQuery mobile misses css effects on vclick/fastclick

As anyone who has used jqm on an android/iOS device knows, the 300ms delay can cause headaches. Thankfully there are a variety of solutions -- use fastclick.js, "vlick" method, and other options. ...
0
votes
1answer
19 views

Prevent UIWebView from scrolling when datepicker comes into view

I have a form and an input field of type date <input type='date'> . When the field is tapped the datepicker comes into view but the web view scrolls up automatically as the picker becomes ...
0
votes
0answers
44 views

Google Apps Web App viewed on iPhone

I'm learning how to set up HMTL code to make it work as an "iOS web app". I want to integrate this into a Google Apps Script Web App, so that when opened from an iPhone it behaves like an iOS Web App. ...
0
votes
0answers
10 views

Mobile Safari FB.login Oauth Redirect Error

I have a mobile web application that integrates with the Facebook Graph API. Basically, it uses the JS SDK to obtain details about the viewing user that it can then use to render user specific ...
2
votes
1answer
59 views

Prevent hyperlink on touch and show hover state

I'm not sure why but when I touch a link on on a site I'm building on an iPhone/tablet it doesn't trigger the hover over state and instead just jumps straight through to the link. You can see the test ...
0
votes
0answers
17 views

Sticky headers for mobile browser

I am making a sticky header that works on a touch screen, using hammer.js for touch gestures: scrollEvent: function () { Hammer('.desktop', { drag_block_horizontal: true, ...
0
votes
0answers
36 views

ios redirecting to safari issue

I am one strange issue ,the issue i am using the [[UIApplication sharedApplication]openURL:[NSURL URLWithString:URLString]] Url string means login page if i am calling the browser for the first ...
1
vote
0answers
48 views

Double clicking on a div with contenteditable inside and iframe disables div

If i create a div that has contenteditable true inside of an iframe and if you double click it it becomes non functional.the focus is still in the iframe and you can see the cursor, however it does ...
0
votes
0answers
21 views

Cached images in UIWebView take longer to load? (NSURLProtocol?)

I'm serving up local images to my UIWebView via NSURLProtocol (which means the image is returned almost immediately), but I'm experiencing an issue where cached images (images being displayed again ...
1
vote
1answer
79 views

YouTube iFrame API bug in Mobile Safari

Using the YouTube iFrame API to embed a video I have come across a strange bug. The bug is only apparent on Mobile Safari (iPad3, mini and iPhone) No matter what I do to set a specific height or ...
0
votes
0answers
9 views

Mobile Safari's sporadic behavior in opening bit.ly's which redirect to app store

I'm using bit.ly to link to an app via the URL structure: https://itunes.apple.com/app/id. Sometimes Safari just does a redirect. Sometimes it shows the below alert. Either way it appears that the ...
3
votes
1answer
96 views
+50

background-attachment: fixed interfering with background-size

I've got a background image scaled to fit inside its container, and I have appropriate fallbacks (not shown) for when Modernizr detects that the browser does not support background-size. .wrap { ...
2
votes
0answers
69 views

ipad youtube embed, blocks touches on lower z-index

On iPad I've been experiencing an issue where lower z-index items can not receive touch events. The cause of that there is a <video> tag within the iframe which blocks interaction with lower ...
0
votes
1answer
34 views

How to remove gloss effect on safari mobile

I noticed the color of select controls are wrong with safari for mobiles. There's a gloss like this question mentioned. Unfortunately, the solution removes also the little arrow at the right. Is ...
0
votes
0answers
22 views

Opening mobile Safari's UIActivityViewController without pressing the share button

I've made a web app in Ruby that sits on my iPhone's homescreen and opens full screen, without the default Apple toolbars and menu bars. However, this means I'm hiding the button that opens Safari's ...
1
vote
2answers
72 views

iOS remote debugging on distributed build

When building an app through Xcode, all the UIWebViews appear as inspectable applications in Safari, but when archiving and signing for distribution, it seems that functionality is lost (probably for ...
0
votes
0answers
22 views

Webfonts not working with iPad 4 Webapps (Home screen icon)

Webfonts not working with iPad 4 webapps I'm making a webpage "app" for iPad 4 (and iPad only, for now). The thing is it's meant to be "app-like", meaning it has to take the full screen when using ...
0
votes
1answer
31 views

iPhone not displaying top of web page when viewed on a smartphone

I have been developing a reactive design for a web page. When viewed on a desk top the whole page displays (with browser window shrunk down to phone size), but when viewed with an iPhone (and does ...
1
vote
1answer
27 views

Horizontal scroll on mobile safari

I want to create a page with a black box in the middle, which has 30px of padding on the left and right hand side. The following code works on desktop browsers without having a horizontal scroll, but ...
0
votes
3answers
51 views

Is there a way to access iphone's browser history and app history

I dont know whether iam asking a right question..,kindly give your valuable advice. I want to know: Is it possible to access iPhone's browser history in our code? Is there any way to access app ...
0
votes
0answers
10 views

mquery @import media query for iphone5 landscape mode

drotar I am looking for the @import url media query for the landscape mode of the iphone 5 (4 inch screen). Has anybody out there used it or does it even exist? I've been searching google for the ...
0
votes
0answers
172 views

YouTube API not working in iOS (iPhone/iPad) but working fine in Desktop browsers?

I am using the YouTube API in a simple one page website. I am able to get videos to play and all of my YouTube functionality works successfully in Desktop browsers (with the exception of IE 7 -- ...
0
votes
2answers
125 views

Iconfont / webfont not showing in iPhone safari browser

The glyphs in my iconfont, a custom web font in the navigation in my footer, are not showing when viewed on an iPhone. It is iOS 6.1.4 Any idea why this is happening and how to fix it? Here is a ...
0
votes
1answer
59 views

Loading screen in an HTML5 app

I'm working on a project (not a game) that involves getting a number of big assets (css, js, etc). When opening the page in an UIWebView (iOS) there is an empty white page for 3-5 seconds while ...
0
votes
1answer
37 views

Mobile Safari Now Playing

I have been searching all morning. Anyone know if it's possible to get the Now Playing song of an iOS device from a web app? Thanks.
0
votes
1answer
54 views

Open webpage in fullscreen in Safari on iOS

There is a fullscreen mode in Safari on iOS. Is it possible to activate this through javascript or similar? Thanks
0
votes
0answers
32 views

Touch to hover, release to click on mobile safari

I'm working on a prototype ipad web application for people with motor disabilities, and I would like to implement a variation of "swabbing", whereby a user can touch the screen, move his finger to the ...
0
votes
0answers
40 views

White flicker with webkit mobile

So this seems to be a pretty common occurrence but the solutions are all across the board and not working quite as promised. The problem: Right now on dev.harvestamerica.com when I open the mobile ...
0
votes
0answers
35 views

Container height issue using flexslider 2 only on IOS device

I have a flexslider slideshow with an image and a spot for featured text. On the full site it starts with the image to the left and the featured text area to the right (floated). Both of these items ...
0
votes
0answers
30 views

Adsense content ads (text & images) are not showing on mobile browsers (iPhone & Android)

I'm not able to view google ads on iPhone browser, whereas they appear fine on desktop browsers. Please visit this url http://appzyz.mobi/kemalski in you desktop & mobile browsers. Mobile browser ...
0
votes
1answer
17 views

Load images to server from mobile site

I am developing a mobile site using asp.net and jquery. no plugin. just simple jquery.I am using the <input type="file"/> of HTML5. So few questions to get the big picture: 1.Can i load ...
1
vote
0answers
45 views

How do I detect when the address bar of mobile Safari hides on GWT?

GWT 2.5.1 / MGWT 1.1.2 I added a resize handler to the Window, however no resize event is triggered when the address bar hides in mobile safari (tested on iOS 6x), The event is properly thrown if ...
0
votes
0answers
26 views

Prevent elements clipping when using 3D CSS transforms

I am having trouble preventing two elements clipping when using 3D CSS transforms. Has anyone come across this before and found a solution? I have attached a screenshot from the latest version of iOS ...
0
votes
1answer
33 views

Media queries - targeting specific devices together

I've got a devices stylesheet that is loaded to deal with responsive design in a website, but I'm struggling to group a couple different media queries exactly how I want. I've got a shared set of ...
0
votes
2answers
154 views

Disable bounce back in Mobile Safari Webview using css/js?

I've been trying to find the answer to this question without success. I am programming some webpages for a webview in MobileSafari. I do not have access to the Objective-C to disable the ...
-1
votes
0answers
29 views

iPhone not displaying top of web page. [closed]

I have been developing a reactive design for a web page. When viewed on a desk top the whole page displays (with browser window shrunk down to phone size), but when viewed with an iPhone (and does ...
-1
votes
0answers
33 views

Can you redirect users from safair to the Instagram app camera and autofill their caption with tags? [closed]

I am trying to launch the Instagram app from Safari, go to the camera mode, and auto-populate the caption with tags that I choose. I am using instagram://camera to get the first step done, but I ...
0
votes
2answers
74 views

iOS HTML5 date picker won't accept width: 100%;

I have a html5 date picker in my form for a mobile version of my site. All my text inputs are set to width:100% and its parent td is set to padding-right:15px to make it fit. This means my fields are ...
0
votes
1answer
49 views

Mobile Safari (iPhone) CSS verticle centering/line-height CSS issues

Got an issue I've been trying to solve without much like for a while across various projects. I've got some divs with text inside that is centered with CSS using display block and line-height. Also ...
0
votes
1answer
22 views

Baffling HTML/CSS icons display on all of my iOS devices, but no others

I am baffled by a strange problem I'm encountering. On a standard web browser, you'll see some social media icons, like this screenshot: This is exactly how they appear in Safari on my iPhone, my ...
0
votes
2answers
84 views

iPhone is ignoring CSS media queries. Viewport tag present. Working in desktop

This is a busy topic on the site, but I haven't seen the solution for this problem. The viewport tag is present. I'm using: <meta name="viewport" ...
0
votes
1answer
31 views

Strange CSS bug on mobile

I have this site which, when on Safari or Chrome on iPhone/iPad (only devices tested so far) the html element renders to about 80% width of the screen, although some elements extend over it and others ...
0
votes
0answers
14 views

Determine whether tab was refreshed intentionally or due to iOS memory constraints

Mobile Safari and other iOS web browsers (e.g. Chrome) sometimes remove tabs from memory in order to make room for new tabs. This causes the tab to refresh upon regaining focus. The web application ...
0
votes
1answer
34 views

Button Won't Click Mobile Safari

I have a few buttons on my web page that work fine on all browsers that i have tested but mobile safari(Iphone, Ipad, etc) If you go to: http://www.divisionforty.com/ and click on view video or ...
1
vote
1answer
163 views

Web Site crashing Iphone Safari mobile

I have a site that all of a sudden crashes safari on my iPhone every singe time I go to it. It worked fine earlier in the day and the only thing I did was clean up the html and CSS (just had a few ...

1 2 3 4 5 40