Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On IOS the Chrono img shows a "?" Symbol because the gif is not working #218

Closed
tronx2100 opened this issue Mar 19, 2023 · 0 comments
Closed

Comments

@tronx2100
Copy link
Collaborator

tronx2100 commented Mar 19, 2023

fix
create 64x64 transparent png (tinyblack.png) and upload it in img/folder
then change in StopWatch.js

document.getElementById("mainPlayStop").src= 'img/tinyblack.gif';
to
document.getElementById("mainPlayStop").src= 'img/tinyblack.png';

delcroip added a commit that referenced this issue Mar 25, 2023
delcroip added a commit that referenced this issue Mar 26, 2023
* 4.6.3

* #217

* #218

* #216

* #215

* typo

* #213

* 4.6.4

* wrong Database Error
delcroip added a commit that referenced this issue Apr 2, 2023
* 4.6.3

* #217

* #218

* #216

* #215

* typo

* #213

* 4.6.4

* wrong Database Error

* condition progress updte only if there is any

* fix save going back to today's ts

* 4.6.5 fix 4.6.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants