mobile-safari

HTTPS request can't verify certificate on iOS Safari

谁说胖子不能爱 提交于 2019-12-06 05:13:05
I didn't configure the HTTPS on my domain so I'm not really sure where to start with this warning prompt that I only get on iOS Safari on my iPhone and iPad. I've never gotten this on a desktop with Mac Safari, Chrome, FF, or IE. Can someone point me to a file on my ubuntu/apache EC2 server or somewhere on the site of my domain provider, GoDaddy, that deals with verifying certificates. For those on Nginx you need to append the gd_bundle.crt file to your other .crt cert. Just cat gd_bundle.crt >> yourwebsite.crt and restart Nginx. Tim, If browsers on desktops are showing the SSL without warning

open an iphone app from a link in a web app in safari

只谈情不闲聊 提交于 2019-12-06 05:12:06
问题 I am trying to open my native iPhone application from a link in safari. I have followed this link to create a url schema. I have added appgo:// as my url schema and com.xxxx.appgo as Identifier under URL Types. Following is my link in web page in safari: Open iPhone App But when I click on the link the app doesn't open up and safari produce an alert with error: Safari cannot enter the page as the address is invalid. my bundle identifier: com.xxxxx.abc Note: My bundle identifier is different

Safari Mobile iframe with inner iframe size problems

天大地大妈咪最大 提交于 2019-12-06 05:07:34
问题 I have a "simple" web application that has a navigation and a content area. Within the content area I have a iframe with more complex content. Unfortunately the content in the iframe has another iframe. The get an overview look here: . In my scenario it is quite helpful to see the full iframe content, so we hide the navigation and change the content size on top of it: If I go back now to initial view the iframe inside the iframe doesn't change the size: This happend only on Safari mobile

iOS8 and Safari no longer working with Bluetooth scanner

心已入冬 提交于 2019-12-06 04:14:34
问题 I have a Web app that uses a bluetooth Opticon Scanner (http://www.opticonusa.com/products/companion-scanners) The user taps into a field and scans a barcode and then the App does stuff with it. Works GREAT under iOS7 and Safari. No longer works under iOS8 and Safari. On scanning it often (but not always) drops off the last couple characters. The number of characters it drops seems somewhat random. Sometimes it does work. Very odd. I went to other sites - yahoo.com, google.com and scanned

iPhone viewport height too large in landscape mode

安稳与你 提交于 2019-12-06 03:20:58
问题 I'm working on a responsive website for the first time and noticed a rather undesirable feature in Safari in iOS7 (on iPhone 4s). This problem may persist in later versions of the OS as well, I'm not sure. The problem : As you can see in my gif above, there is no scrolling in portrait mode within the viewport because the height of the html and body tags are set to 100% in the CSS. The 3 divs you see each have a 33.33% height as well, meaning they should each take up one 3rd of the page.(

Interactive 3D model without WebGL for iOS

一世执手 提交于 2019-12-06 03:03:45
问题 I want to make something similar to this - http://appserv.kfshrc.edu.sa/Default/Health/Anantomy.aspx, but without using flash and able to work on Mobile Safari on iPad. I played with WebGL, it's great but doesn't work on iOS yet (though it is there in Mobile Safari, but it's just for iAds). I also tried with CSS 3D transformations, but it doesn't work properly. So, what can I use to implement this for iOS Mobile Safari? 回答1: I think it would be worth looking into three.js, a JavaScript 3d

Detect browser file input support

不羁的心 提交于 2019-12-06 02:46:33
问题 I understand that Mobile Safari does not support <input type="file" /> . I'd like to be able to display some sort of 'not supported' information if the user is unable to upload files via my HTML form. I have looked through this question and although BK's answer is good, it isn't conclusive. Is it perhaps wiser to remove the form based on device width? By that I mean test for device width with @media (max-device-width: 480px) {} . Is this a bad approach? Are there mobile devices on the market

iPad form disable [previous | next] buttons

ぃ、小莉子 提交于 2019-12-06 02:30:03
问题 So I have a form wizard that exists in a slider. The whole idea is to gate people based on their decisions. The problem is the ipad. On the iPad it allows you to hit [previous|next] to move through fields on the form, and this breaks the gating strategy. On desktop browsers I suppressed the TAB key by returning false on keypress on gated fields. But on the iPad I see no solution. I've tried tabindex and set gated inputs to -1. The problem here is that after they move through the gate the

Is IndexedDB on Safari guaranteed to be persistent?

孤人 提交于 2019-12-06 02:19:47
Similar to this question , is IndexedDB guaranteed to be persistent ? ie. Safari will not reclaim disk space if the device is low on memory. Safari have " No Eviction policy ", meaning it will not automatically clean the IndexDB on low disk pressure, without user doing it manually. IndexDB is one of the fast evolving feature and you can expect to have a different eviction policy any time with no announcement. You should always build with fall back options. Chrome has explicit persistent storage option which will guarantee no eviction, on user approval for persistent storage and we can expect

iPhone: Safari vs. launch from “Home Screen” bookmark

北战南征 提交于 2019-12-06 02:11:21
What's the difference between these two? Do they both launch Safari (with the exception that the home-screen doesn't show a URL/tool bar? I've found weird quirks that appear in home screen version..do they have different rendering engines? For example, mailto: doesn't work in home-screen mode, and there are some small rendering/css-styling bugs that don't appear if I visit my web application from mobile Safari. Thanks! Apple is using two different Runtime Environments for the Sarari Browser when launched as a browser or as a Homescreen app. The Homescreen environment suffers from multiple