This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype> | |
<html> | |
<head> | |
<title>Notch test</title> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"> | |
<style> | |
* {margin: 0;padding: 0;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
onDeviceReady: function() { | |
var options = {}; | |
if (localStorage.getItem('welcomescreen_closed') === "true") { | |
options.open = false; | |
} | |
var app = new Framework7({ | |
root: '#app', // or what ever your root is | |
name: 'welcomescreen-demo', // choose a name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<opml version='1.1'> | |
<head> | |
<title>Frontend Dev Feeds</title> | |
<dateCreated>Fri, 26 Jul 2013 10:29:38 GMT</dateCreated> | |
<dateModified>Sun, 9 Oct 2013</dateModified> | |
<ownerName>Paul Irish</ownerName> | |
<ownerEmail>holler at paulirish dot com</ownerEmail> | |
</head> |