Better iOS app support.

This commit is contained in:
Federico Santandrea 2020-06-23 10:17:34 +02:00
parent 280a4889ce
commit 912c71eef0
1 changed files with 11 additions and 1 deletions

View File

@ -83,6 +83,12 @@
height: 2em; height: 2em;
font-size: inherit; font-size: inherit;
} }
#reload {
display: none;
text-align: center;
margin-top: 1em;
}
</style> </style>
@ -143,7 +149,7 @@
audio.load(); audio.load();
audio.play(); audio.play();
document.getElementById('reload').style.display = 'block';
} }
function displayError() { function displayError() {
@ -190,6 +196,10 @@
</audio> </audio>
</div> </div>
<div id="reload">
<a href="javascript:window.location.reload();">New transfer</a>
</div>
<p id="w"><a href="#" onclick="document.getElementById('expl').style.display='block'"> <p id="w"><a href="#" onclick="document.getElementById('expl').style.display='block'">
<small>What's this?</small> <small>What's this?</small>
</a></p> </a></p>