mobile-safari Questions

5

Solved

I recently launched a site which used a bit of inline SVG. <svg class="divider-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w...
Es asked 2/8, 2014 at 0:39

10

In an iOS app you can set application.idleTimerDisabled = YES to prevent the phone from auto locking. I need to do this in mobile safari for a game like Doodle Jump where the user may not touch t...
Mid asked 14/3, 2012 at 20:36

4

Solved

What's the size of the visible area in Mobile Safari on the iPhone 5 in default configuration, in landscape and in portrait orientation?
Breast asked 17/9, 2012 at 16:40

1

I'm seeing users get the error ReferenceError: Can't find variable: ResizeObserver even though the browser they are on (Safari v15.6.1, v16.1) are versions that are supposed to support ResizeObserv...
Gawk asked 12/12, 2022 at 9:3

2

I have an mp3 audio stream player that works well in every desktop browser, using MediaSourceExtensions with a fallback to WebAudioAPI for those browsers that do not support MSE. iOS Safari is one ...
Arse asked 3/3, 2021 at 3:18

7

Solved

iOS 15 is out and so is the new release of Safari that brings the ubiquitous pull-to-refresh. Like it or not, single-page apps don't like that too much. Here's how to disable it on Chrome for iPhon...
Clubby asked 20/9, 2021 at 21:25

2

To try it: Open this codepen in Safari 12 on iOS (device or simulator). Focus the input. The virtual keyboard should open. Now scroll all the way to the bottom of the page. You should be able to ...
Cide asked 17/10, 2018 at 14:47

7

Within our web application we are displaying a PDF document in an iframe using the following line of code: <iframe id="iframeContainer" src="https://example.com/pdfdoc.pdf" ...
Zacynthus asked 18/3, 2013 at 15:38

1

Using patent-free audio and video codecs on the web has always been problematic due to poor support in Safari. According to the Safari 15 release notes, though, this might be starting to change. We...
Manhood asked 28/11, 2021 at 12:32

5

Solved

Many calendaring programs (Outlook, iCal) support vCal for downloading event information and adding it to your calendar. Others can use the vCalendar microformat to extract data. Neither of these, ...
Organization asked 17/11, 2009 at 22:31

10

Solved

In iPad Safari browser, when I change focus from a textbox to a dropdown, the keyboard still remains... Is there some way (maybe with Javascript) I can hide the keyboard when user blurs from the te...
Sammy asked 9/5, 2011 at 13:10

5

I know there have been multiple SO questions about this, but none of them seem to work anymore since the browser teams have made changes since those questions were asked. I'm trying to find the mos...
Jeseniajesh asked 2/1, 2023 at 19:26

3

Solved

I am trying to add the apple-touch-icon link to my application head so that it will be displayed on homescreen bookmarks. The Rails guides state the following: Mobile Safari looks for a differe...
Goby asked 4/3, 2015 at 4:21

24

Solved

I'm working on a browser based app, currently I'm developing and styling for the mobile Safari browser for iPad. I'm looking for two things: How can I disable vertical scrolling for pages that don'...
Mcclimans asked 14/10, 2011 at 13:23

9

Solved

This is a dynamic JavaScript application I am working on. I have many <a> anchor elements that have a class. When that class is clicked, something should happen. This works fine in Firefox, C...
Devan asked 6/6, 2014 at 8:47

7

Solved

Is there some kind of developer toolbar that can be used within the iPad/Safari? I am aware of the same on desktop Safari as well as I know there is a Debugger option in iPad/Safari but is there a...
Midrib asked 20/4, 2011 at 17:35

1

Facing error on instagram browser(when open site in instagram for browsing). particularly on iphone devices.
Leesen asked 22/6, 2022 at 18:28

2

Solved

I'm building a website and I was starting the cross browser testing, being on Safari on IOS I see that the address bar and the status bar doesn't take the color of the website, searching a bit I fi...
Hardspun asked 8/4, 2022 at 21:49

5

I have a function that shows a menu when clicking on it, and I want it to disappear after 5 seconds. This is my javascript - it works properly on desktop browser but it doesn't disappear on the mob...
Manifestative asked 22/11, 2011 at 16:42

1

I know the download attribute works but no matter the filetype it just dumps the image/video into the Files.app area that most people don't understand. Is there a way to get iOS Safari to save an i...
Claviform asked 31/1, 2021 at 22:1

4

Solved

I have an AJAX app built for mobile Safari browser that needs to display different types of content. For some content, I need user-scalable=1 and for other ones, I need user-scalable=0. Is there ...
Andi asked 27/8, 2010 at 22:48

2

I experienced a strange behavior with my session cookie: Running the flask app on my mac, everything works fine and on any browser the cookie is set. However, if I run it on a windows server, the ...
Tankoos asked 13/7, 2015 at 15:28

41

I made an HTML page that has an <input> tag with type="text". When I click on it using Safari on iPhone, the page becomes larger (auto zoom). Does anybody know how to disable this?
Espadrille asked 7/6, 2010 at 12:6

6

I have this webpage: http://healthpad.net/dashboard/ It have 10 <video> elements on it. For some reason, when I load the page on an iPad, it is not showing the video posters. Try the follo...
Tetanus asked 4/9, 2013 at 12:10

6

Solved

I'm trying to implement DeviceOrientationEvent and DeviceMotionEvent on my website for a 3D effect. However, the console doesn't log any info and apparently iOS 13 requires a user set permission to...

© 2022 - 2024 — McMap. All rights reserved.