distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

Local Notification Vibrate iOS. vibrates at the wrong time #209

Closed ahujsak closed 10 years ago

ahujsak commented 10 years ago

I am playing with the example notification code. I have set vibrate to true and play sound to true. When the notification is fired in Android, a sound plays as expected. However, on iOS 7, when the alert is fired, there is no vibration. The vibration occurs when I click on the notification to open the app. The UX seems completely wrong..

marchbold commented 10 years ago

Interesting, I've never seen this interaction before. What device are you testing on?

ahujsak commented 10 years ago

I am currently testing on a iPhone 5 running 7.0.6. I will test on my other iOS 7 iPhone 5, and iPad later today.

On Sep 27, 2014, at 4:54 PM, marchbold notifications@github.com wrote:

Interesting, I've never seen this interaction before. What device are you testing on?

— Reply to this email directly or view it on GitHub.

quick6black commented 10 years ago

I experience the same behavior, it posted this in issue 177

marchbold commented 10 years ago

@quick6black you don't mention the vibration on click in issue #177 ? Are you experiencing the same UX as described here?

quick6black commented 10 years ago

I am, I always attributed the vibrate on open to be normal user experience, not an IOS user. I only have IOS devices for testing apps. Like I mentioned in my post, the notification will vibrate only when sound is played. If vibrate is the only type then nothing happens.