some iPad love
This commit is contained in:
@@ -66,9 +66,10 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=1024, initial-scale=0.75, user-scalable=no" />
|
||||||
<title>impress.js | presentation tool based on the power of CSS3 transforms and transitions in modern browsers | by Bartek Szopka @bartaz</title>
|
<title>impress.js | presentation tool based on the power of CSS3 transforms and transitions in modern browsers | by Bartek Szopka @bartaz</title>
|
||||||
|
|
||||||
<meta name="description" content="impress.js is a presentation tool based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.">
|
<meta name="description" content="impress.js is a presentation tool based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com." />
|
||||||
<meta name="author" content="Bartek Szopka" />
|
<meta name="author" content="Bartek Szopka" />
|
||||||
|
|
||||||
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
|
||||||
|
|||||||
@@ -98,7 +98,9 @@
|
|||||||
|
|
||||||
var ua = navigator.userAgent.toLowerCase();
|
var ua = navigator.userAgent.toLowerCase();
|
||||||
var impressSupported = ( pfx("perspective") != null ) &&
|
var impressSupported = ( pfx("perspective") != null ) &&
|
||||||
( ua.search(/(iphone)|(ipod)|(ipad)|(android)/) == -1 );
|
( document.body.classList ) &&
|
||||||
|
( document.body.dataset ) &&
|
||||||
|
( ua.search(/(iphone)|(ipod)|(android)/) == -1 );
|
||||||
|
|
||||||
var roots = {};
|
var roots = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user