Skip to content

Instantly share code, notes, and snippets.

View josephschmitt's full-sized avatar

Joe Schmitt josephschmitt

View GitHub Profile
@josephschmitt
josephschmitt / stay_standalone.html
Created June 23, 2011 14:13 — forked from irae/_Stay_standalone.md
Prevent links in standalone web apps opening Mobile Safari
<!DOCTYPE html>
<html>
<head>
<title>stay standalone</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width,initial-scale=1.5,user-scalable=no">
<script type="text/javascript">
(function() {
// prevents links from apps from oppening in mobile safari
// this javascript must be the first script in your <head>