Fix Bug on iOS Devices: "Ready to Start!" Screen Unresponsive#170
Draft
Dor-sketch wants to merge 1 commit into
Draft
Fix Bug on iOS Devices: "Ready to Start!" Screen Unresponsive#170Dor-sketch wants to merge 1 commit into
Dor-sketch wants to merge 1 commit into
Conversation
Member
|
Thanks, fix indeed works for iOS but it relies on pygame, so it is only valid for "default.tmpl". For the other templates pygame is either not loaded, or must not init canvas contexts. So a javascript solution would have to be used there because browser don't allow to change contexts at runtime. Also in its present form i fear it would defeat the chrome media-user-engagement learning process which allow often played games to start music automatically without a click. I would prefer is a way with detection that device is iOS and apply the fix only in that case. |
pmp-p
marked this pull request as draft
July 26, 2025 11:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes Issue #138 where the "Ready to Start!" screen is unresponsive on iOS devices. Updated the waiting loop in
custom_site()in the template HTML files.Changes Made:
custom_site()to improve event handling on iOS devices.Testing: