Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
This is the expected behavior on WP8. An error is thrown if a timespan less than 1 msec or greater than 5000 is passed in: http://msdn.microsoft.com/en-us/library/microsoft.devices.vibratecontroller.start.aspx
Currently Vibration.cs sets the timespan to 1 msec if it is given as < 1msec. I think if it is given as > 5000, it should be similarly capped so that the vibration will be truncated to 5 seconds instead of not occurring at all.