From 912c71eef01426846030384d9ab49e2ebc2ce7cb Mon Sep 17 00:00:00 2001 From: Federico Santandrea <67011878+sntfrc@users.noreply.github.com> Date: Tue, 23 Jun 2020 10:17:34 +0200 Subject: [PATCH] Better iOS app support. --- sendalo.html.tpl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sendalo.html.tpl b/sendalo.html.tpl index f4bcbbe..6aac588 100644 --- a/sendalo.html.tpl +++ b/sendalo.html.tpl @@ -83,6 +83,12 @@ height: 2em; font-size: inherit; } + + #reload { + display: none; + text-align: center; + margin-top: 1em; + } @@ -143,7 +149,7 @@ audio.load(); audio.play(); - + document.getElementById('reload').style.display = 'block'; } function displayError() { @@ -190,6 +196,10 @@ +
+ New transfer +
+

What's this?