mopsicus / umi

Unity mobile input (UMI) plugin for Android and iOS, allows to use features of mobile native input fields
MIT License
400 stars 92 forks source link

Screen doesn't slide up on iOS #10

Closed LucasStraub closed 5 years ago

LucasStraub commented 5 years ago

Screen doesn't slide up on iOS when keyboard is shown, (not sure if i'm doing something wrong tho)

mopsicus commented 5 years ago

Hi, it's correct behavior. You should subscribe on OnShowKeyboard event, get keyboard height and move gameobjects what you wants.

LucasStraub commented 5 years ago

Ok, thanks for the quick response