-
Notifications
You must be signed in to change notification settings - Fork 12
[Fix] Allow navigation to be spoken when device is on silent #729
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
base: v.next
Are you sure you want to change the base?
Conversation
yo1995
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have an iOS 26 device.
Is this problem reproducible on iOS 26 Simulator? I turned on silent mode on simulator, and with or without the fix, the voice guidance are both announced.
Shared/Samples/Navigate route with rerouting/NavigateRouteWithReroutingView.Model.swift
Outdated
Show resolved
Hide resolved
I tested this on an iOS 26 device and without the fix the directions are not spoken when the device is on silent mode, with the fix the directions are spoken regardless. |
Shared/Samples/Navigate route with rerouting/NavigateRouteWithReroutingView.Model.swift
Outdated
Show resolved
Hide resolved
des12437
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Navigation directions are also spoken in the Augment reality to navigate route so that sample should have this fix applied as well.
Shared/Samples/Navigate route with rerouting/NavigateRouteWithReroutingView.Model.swift
Show resolved
Hide resolved
Co-authored-by: Destiny Hochhalter <117859673+des12437@users.noreply.github.com>
Description
This is a fix so that the sample speaks navigation instructions when the device is on silent
Linked Issue(s)
swift/issues/7556