Is there a way with Xamarin.Forms to detect the software keyboard in my iOS app? -
Is there a way with Xamarin.Forms to detect the software keyboard in my iOS app? -
i have xamarin.forms application login screen. have added code move controls out of way, when 1 of entry fields gets focus. move views downwards in unfocus event handlers. in simulator can prevent software keyboard popping up. unfortunately event handlers still move view , downwards without keyboard.
is there way observe keyboard's appearance in xamarin.forms, while in event handlers on contentpage?
i don't think there back upwards out of box , i'd go dependencyservice , implement myself.
ios xamarin xamarin.forms
Comments
Post a Comment