summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-07-27 22:19:37 +0200
committerGitHub <noreply@github.com>2022-07-27 22:19:37 +0200
commit0dcf679bdc9bde359d8fd5e486eeefc56f754ec8 (patch)
tree14e162e4421d417cd78d5906d130c4b8a9d390ae /doc
parent20fefe3ae9ad60daff20bccaca9f08d129787460 (diff)
parent130e715ab9a86c7363424e25df85e68ab52e85ec (diff)
Merge pull request #63548 from pattlebass/master-html5-vibrate
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Input.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml
index e73021ead4..796a80873f 100644
--- a/doc/classes/Input.xml
+++ b/doc/classes/Input.xml
@@ -354,9 +354,11 @@
<return type="void" />
<argument index="0" name="duration_ms" type="int" default="500" />
<description>
- Vibrate Android and iOS devices.
+ Vibrate handheld devices.
+ [b]Note:[/b] This method is implemented on Android, iOS, and HTML5.
[b]Note:[/b] For Android, it requires enabling the [code]VIBRATE[/code] permission in the export preset.
[b]Note:[/b] For iOS, specifying the duration is supported in iOS 13 and later.
+ [b]Note:[/b] Some web browsers such as Safari and Firefox for Android do not support this method.
</description>
</method>
<method name="warp_mouse">