Search code examples
swiftcustom-keyboardgboard

How to allow gboard inside the swift iOS app?


I'm facing the issue with custom keyboards in my app. I don't know what code should I share, but basically GBoard is not working in my Swift app, it's just doesn't in the list of keyboards just for my app.

Full access granted for GBoard and everything working fine for other apps. What could be the problem? Any advice is appreciated.


Solution

  • After some research it looks to me that it’s an intentional behavior from Apple if your text fields have content mode “username” or “password”. Tested it in some apps - the same result, no custom keyboard for username or password textfield