From 17f706139f5b8eaa6bcd0629aa876372d50550b0 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 29 Mar 2011 10:22:19 +0000 Subject: [PATCH] Remove HTML overlay garbage. --- PhotoExample.cydget/index.html | 6 ++++++ Welcome.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/PhotoExample.cydget/index.html b/PhotoExample.cydget/index.html index 3ed33ea..17981e6 100644 --- a/PhotoExample.cydget/index.html +++ b/PhotoExample.cydget/index.html @@ -20,6 +20,12 @@ vertical-align: baseline; } + * { + -webkit-touch-callout: none; + -webkit-text-size-adjust: none; + -webkit-user-select: none; + } + body { color: white; } diff --git a/Welcome.html b/Welcome.html index ec7b0e7..c637a23 100644 --- a/Welcome.html +++ b/Welcome.html @@ -20,6 +20,12 @@ vertical-align: baseline; } + * { + -webkit-touch-callout: none; + -webkit-text-size-adjust: none; + -webkit-user-select: none; + } + body { color: white; } -- 2.47.2