I have a warehouse application where the prompts flow in a certain order.
Prompts work fine up to the point of saving a transaction.
At that point the application jumps to a EditText box _FocusChanged.
The application works fine when using 4in_Phone_Platform_24_Default_Platform from AVDManager.
FocusChanged does not fire.
But when using 4in_Phone_Platform_28_Defualt an unexpected text box focusChanged fires ??
the behavior is strange.
there is no RequestFocus to the errant textbox that is called.
Prompts work fine up to the point of saving a transaction.
At that point the application jumps to a EditText box _FocusChanged.
The application works fine when using 4in_Phone_Platform_24_Default_Platform from AVDManager.
FocusChanged does not fire.
But when using 4in_Phone_Platform_28_Defualt an unexpected text box focusChanged fires ??
the behavior is strange.
there is no RequestFocus to the errant textbox that is called.