iOS Keyboard Clicks get through to component behind it

Joined
Mar 11, 2023
Messages
9
Programming Experience
10+
Anyone has experienced the problem in MAUI that in iOS (iPad) when you type on the keyboard, click events gets through to the elements behind it. So for instance I have a textarea behind the native keyboard that pops up and whenever I type they keyboard closes and focuses on the element which was behind the keyboard.

Anyone who has solved this issue?
 
Back
Top Bottom