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

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -