Added comment for iOS.

It doesn't matter what you send as the duration to vibrate() under iOS, it's always the same.
This commit is contained in:
Michael Callaghan 2016-08-04 10:01:34 -04:00 committed by GitHub
parent 2503ef2ee5
commit 066821dbec

View File

@ -10,6 +10,7 @@ import { Cordova, Plugin } from './plugin';
*
*
* // Vibrate the device for a second
* // Duration is ignored on iOS.
* Vibration.vibrate(1000);
*
* // Vibrate 2 seconds