Use window.ontouchstart to detect Safari on iPad. #13328
Merged
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.
One-line summary
With yesterday's release of Safari Tech Preview 173, Safari on macOS now supports Web Apps. This results in
navigator.standalone
existing, which in turn means that Safari on macOS users will be prompted to install the iOS version of Firefox on https://www.mozilla.org/en-US/firefox/new/Significant changes and points to review
This PR changes that to look for
window.ontouchstart
instead, as Safari on macOS does not support those. Thanks to @nt1m for that suggestion.Issue / Bugzilla link
n/a
Screenshots
n/a
Checklist
If relevant:
Testing
Demo server URL: (or None)
To test this work:
/en-US/firefox/new/
in Safari Tech Preview 173 on macOS and verify that the user is promoted to download the Mac versoin.