I am trying to get the contents of the clipboard in for a mobile game using OS.get_clipboard()
. It works on Android but not on iOS. It just returns nothing, no error is given. Is there an iOS permission that I need to ask in order to access the clipboard?
In the Godot docs, it does state:
The clipboard from the host OS. Might be unavailable on some platforms.
Is OS.get_clipboard()
unavailable on iOS?
Any help would be greatly appreciated.