[TIMOB-1841] Android: feature request - add full support for android "Vibrator Service"
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-08-16T01:23:10.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | api |
Reporter | Thomas Huelbert |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:03:41.000+0000 |
Updated | 2017-08-16T01:23:10.000+0000 |
Description
-vibrate (ms) Vibrate for a specified duration (in milliseconds).
-vibrate(long[] pattern, int repeat) Vibrate using the specified pattern and optionally repeat.
-cancel() Cancel current vibrations
We already provide an API: Ti.Media.vibrate. If we expand this API to support stopping and repeating parity should be considered. Mobile Web apparently already supports stopping by calling vibrate() again without a pattern.
Closing due to inactivity. If this issue still exists, please raise a new ticket.