fix video controls

This commit is contained in:
Peter Maquiran
2024-07-29 17:23:41 +01:00
parent 66274d059a
commit 2e7ebc71ce
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export class SwiperPage implements OnInit {
video.removeAttribute('controls');
setTimeout(() => {
video.setAttribute('controls', 'controls');
}, 10)
}, 500)
}
}
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = {
"shortSHA": "49a249ce7",
"SHA": "49a249ce725f03ca22c6722fa5e973c4217c9a65",
"shortSHA": "66274d059",
"SHA": "66274d059a54e78f019997fbb63755344d866487",
"branch": "feature/agenda-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Mon Jul 29 09:35:00 2024 +0100'",
"lastCommitMessage": "add logging to take picture on mobile",
"lastCommitNumber": "5891",
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 1 commit.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/modals/crop-image/crop-image.page.ts\n\tmodified: src/app/pages/publications/new-publication/new-publication.page.ts\n\tmodified: src/app/pages/publications/view-publications/view-publications.page.html\n\tmodified: src/app/services/monitoring/capture-log/worker.worker.ts\n\tmodified: src/app/services/monitoring/opentelemetry/matrix.ts\n\tmodified: src/app/services/monitoring/opentelemetry/opentelemetry.ts\n\tmodified: src/app/services/monitoring/socket/socket.ts\n\tmodified: src/app/shared/swiper/swiper.page.html\n\tmodified: src/app/shared/swiper/swiper.page.scss\n\tmodified: src/environments/environment.prod.ts\n\tmodified: version/git-version.ts",
"lastCommitTime": "'Mon Jul 29 17:00:07 2024 +0100'",
"lastCommitMessage": "improve actions performance",
"lastCommitNumber": "5892",
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is up to date with 'origin/feature/agenda-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/shared/swiper/swiper.page.ts",
"changeAuthor": "peter.maquiran"
}