microsoft / SmartHotel360-Mobile

SmartHotel360 Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing in an Entry field is very slow when navigationbar is enabled in Android

gihanwijesinghe opened this issue · comments

If line 12 of SmartHotel.Clients.Views.BookingView.xaml.cs changed as NavigationPage.SetHasNavigationBar(this, true); , whole view gets slow. specially entry field (search box)

Fixed with commit c6b9a3. Thank you for the PR!