Skip to content

Commit

Permalink
iOS/Chrome messages
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsnlp committed Mar 7, 2024
1 parent 59c9ca2 commit 62b9ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/c/LandingContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const LandingContainer = props => {
const checkBrowser = () => {
// safari
if(isSafari) {
setAlertMessage(`video playback doesn't work on safari, we recommend Chrome.`)
setAlertMessage(`Video playback does not currently work on Safari. Please use a chromium-based browser, like Chrome.`)
setIsAlertMessage(true)
setDisabled(true)
}else if(isIOS && isMobile) { // ios
setAlertMessage(`video playback doesn't work on the IOS system, please use a different device.`)
setAlertMessage(`Video playback does not currently work on iOS. Please use a different device.`)
setIsAlertMessage(true)
setDisabled(true)
}
Expand Down

0 comments on commit 62b9ca4

Please sign in to comment.