-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Android] Missing click noise #30
Comments
Not really sure what you're referring to. There is no noise by default on the fab that I'm aware of. I've tried several apps with fab (inbox, twitter) and there's no noise on the fab tap. So do you have a sample app on the play store so I can see it in action. Is it the haptic feedback that you might be referring to? |
Yes it's the haptic feedback click/pop noise. It's in every app I've ever used on my phone. It's a sound; not a vibrate. |
Here's a quick screencast video. Turn up your volume, it's kinda faint. |
I've never heard that LOL. I don't have any app with a fab that does that, On Thu, Sep 1, 2016, 1:07 AM Rob Laverty notifications@github.com wrote:
|
In that video was it also providing feedback on all buttons? If so I'm thinking this is device specific or something. I have haptic feedback on some buttons on my droid turbo 2 but none of my apps do it that I know of. I'm going to play around today and see if there's something I'm missing in twitter, messenger, Shazam, and inbox. They all use fab and material buttons and I just can't recall any feedback on button taps on my phone |
Hmm yeah i just tested on my S6 in Gmail and Twitter full volume, no haptic or sound. Think it is a thing in android though... setSoundEffectsEnabled? |
@bradmartin @sitefinitysteve This is an accessibility feature in the android settings. It's the touch sounds one. |
Ahh so yea device setting. If you want to make a PR to enable the sound via an optional parameter (since you mentioned timeout, don't want that the default). |
@bradmartin Sure I'll give it a shot. |
Nothing changed and I tested today (after turning the setting to ON) and the sound is there. Same as Twitter and Inbox apps FAB button sound (and all other taps it seems). |
Yes everything is working properly. Thank you! |
The only way I can get the click noise to work on android is if I add a
setTimeout
method before callingtopmost().navigate
:Any idea why? Just curious 👼
The text was updated successfully, but these errors were encountered: