ketakidevendra
ketakidevendra
This is really a showstopper. Any update on this?
.NET 8 Android On Tue, 23 Jan, 2024, 15:28 Enis Necipoglu, ***@***.***> wrote: > Can you provide platform information? > Which platform does this problem occur on? and which version?...
@enisn - Unfortunately workaround mentioned above did not work for me in android. Is it possible to fix it?
This issue is reproducible in iOS. Android works as expected. It can be easily reproducible with Uranium UI -> Demo project. (https://github.com/enisn/UraniumUI/tree/develop/demo/UraniumApp) With UraniumUI -> Demo project. Select Menu ->Datagrid->...
@enisn In AutocompleteViewHandler.Android.cs there is below code: private void PlatformView_EditorAction(object sender, TextView.EditorActionEventArgs e) { if (e.ActionId == Android.Views.InputMethods.ImeAction.Done) { VirtualView.Completed(); } } If I remove this code, keyboard closes as...
Is there any update on this??
@bradyguyc - I face this in iOS.
@enisn - Same is observed when there are 2 tabs on page. If Tab1 is open and I click on Tab2 and go back to Tab1. All text fields labels...
@enisn - Yes exactly. I have created a new issue - https://github.com/enisn/UraniumUI/issues/738 Thank you very much for quick reply.
Value set as SelectedItem in code behind does not show up in UI.