cleanup, and suggest accepting Android's make-default offer

This commit is contained in:
Eric House 2012-12-01 21:13:04 -08:00
parent 2859ec9132
commit 9007331fb0

View file

@ -30,16 +30,17 @@ function printNonAndroid($agent) {
$subject = "Android device not identified"; $subject = "Android device not identified";
$body = htmlentities("My browser is running on an android device but" $body = htmlentities("My browser is running on an android device but"
. " says its user agent is: \"$agent\". Please fix your script to recognize" . " says its user agent is: \"$agent\"."
. " Please fix your website to recognize"
. " this as an Android browser."); . " this as an Android browser.");
print <<<EOF print <<<EOF
<div class="center"> <div class="center">
<p>This page is meant to be viewed on an Android device.</p> <p>This page is meant to be viewed on an Android device.</p>
<hr> <hr>
<p>(If you <em>are</em> viewing this on an Android device, you&apos;ve <p>(If you <em>are</em> viewing this on an Android device,
found a bug! Please <a href="mailto: you&apos;ve found a bug! Please <a href="mailto:
xwords@eehouse.org?subject=$subject&body=$body">email me</a> (and be xwords@eehouse.org?subject=$subject&body=$body">email me</a>
sure to leave the user agent string in the email body.) (and be sure to leave the user agent string in the email body.)
</p> </p>
</div> </div>
@ -73,6 +74,11 @@ invite email (or text) and tap the link again.</p>
link in your invite email (or text) again, and this time let link in your invite email (or text) again, and this time let
Crosswords handle it.</p> Crosswords handle it.</p>
<p>(If you get tired of having to having to make that choice, Android
will allow you to make Crosswords the default. What you're saying is
that Crosswords will be giving control of all URLs that start with
"http://eehouse.org/and/" -- not all URLs of any type.)</p>
<p>Have fun. And as always, <a href="mailto:xwords@eehouse.org">let <p>Have fun. And as always, <a href="mailto:xwords@eehouse.org">let
me know</a> if you have problems or suggestions.</p> me know</a> if you have problems or suggestions.</p>
</div> </div>