![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
ios - Difference between WKWebView and Safari? - Stack Overflow
I'm creating a special app where I'm using a WKWebView. But I have one problem... WKWebView is acting different (outdated browser) than Safari (iOS version of Safari ofc).
CSS3 100vh not constant in mobile browser - Stack Overflow
May 9, 2016 · This is a well know issue (at least in safari mobile), which is intentional, as it prevents other problems. Benjamin Poulain replied to a webkit bug: This is completely intentional. It took quite a bit of work on our part to achieve this effect. :) The base problem is this: the visible area changes dynamically as you scroll.
Mobile Safari: link ( ) element over video element does not work …
Mar 10, 2011 · In Safari and Chrome the links of the submenu entries work properly on click, but in Mobile Safari on iPad they do not react. To reduce the problem, my minimal example includes a link element that overlays a video element.
How to redirect from Mobile Safari to Native iOS app (like Quora)?
Mar 13, 2012 · On my iPhone, I just noticed that if I do a Google Search (in Mobile Safari) and select a result on quora.com, the result page launches the native Quora app on my phone. How is this done? Specifically, is it a detection of the user agent and the use of an iOS URL scheme? Can it tell if the native app is installed and/or redirect to the app store?
ios - Prevent Mobile Safari from presenting toolbar when bottom …
Dec 9, 2015 · We have a simple mobile app running in Mobile Safari (MS) on iOS. When the user scrolls down the page n pixels, a "top" button slides up from the bottom. The top button is fixed position. Problem is, when you start scrolling in MS, the navigation and toolbar UI is hidden.
how to properly display an iFrame in mobile safari
Mar 11, 2011 · I'm trying to display an iframe in my mobile web application, but I'm having trouble restricting the size of the iframe to the dimensions of the iPhone screen. The height and width attributes on the iframe element seem to have no effect, strangely.
Overflow-x:hidden doesn't prevent content from overflowing in …
Jan 11, 2013 · @WraithKenny - If you want the page to prevent jumping to the top on a mobile device, you can use the following hack'ish/ugly approach. Inside your modal function, make sure you get the current scroll offset before doing anything, than apply the modal style together and also set the top margin of your body equal to the minus of the current offset.
Mobile Safari Viewport - Preventing Horizontal Scrolling?
I'm trying to configure a viewport for mobile Safari. Using the viewport meta tag, I am trying to ensure that there's no zooming, and that you can't scroll the view horizontally. This is the meta tag I'm using:
How can I determine what crashed Mobile Safari? - Stack Overflow
Feb 17, 2015 · You can downlod Apple's iPhone Configuration Utility, then you can access your mobile's Console during Safari test. Checking your site I see couple of memory warnings which eventually lead to Safari crash. 4a. Use Xcode's debug facility. Using Xcode you can also access the device's Console (Window->Organizer->Devices tab->Console).
jquery - Mobile Safari: Javascript focus() method on inputfield only ...
Aug 31, 2012 · Basically, Safari on touchscreen devices is stingy when it comes to focus()ing textboxes. Even some desktop browsers do better if you do click().focus() . But the designers of Safari on touchscreen devices realized it's annoying to users when the keyboard keeps coming up, so they made the focus appear only on the following conditions: