Merge pull request #93189 from not-my-username/patch-1

Update Node docs to change iOS to Android for `NOTIFICATION_WM_GO_BACK_REQUEST`
This commit is contained in:
Rémi Verschelde 2024-07-17 11:42:41 +02:00
commit ee050d8e97
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@
</constant> </constant>
<constant name="NOTIFICATION_WM_GO_BACK_REQUEST" value="1007"> <constant name="NOTIFICATION_WM_GO_BACK_REQUEST" value="1007">
Notification received from the OS when a go back request is sent (e.g. pressing the "Back" button on Android). Notification received from the OS when a go back request is sent (e.g. pressing the "Back" button on Android).
Implemented only on iOS. Implemented only on Android.
</constant> </constant>
<constant name="NOTIFICATION_WM_SIZE_CHANGED" value="1008"> <constant name="NOTIFICATION_WM_SIZE_CHANGED" value="1008">
Notification received when the window is resized. Notification received when the window is resized.