cboard-org / ccboard

Cordova wrapper for the Cboard application
https://play.google.com/store/apps/details?id=com.unicef.cboard
GNU General Public License v3.0
4 stars 1 forks source link

Bug on IOS devices that have Notch #68

Open tomivm opened 1 year ago

tomivm commented 1 year ago

Touch issues are present on IOS devices that have Notch (the space for the front camera being part of the screen)

image

To prevent Touch issues use cordova-plugin-ionic-keyboard the cordova-plugin-ionic-webview should be installed. But this caused a problem cutting some of our buttons in the corner. and missing a part of our output bar. image

We should find a way to prevent this. Now I am deleting the cordova-plugin-ionic-keyboard manually before creating a release. AVOID THIS!!