Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.

iPhone X support - search bar hidden or too far below

More
IP: 192.168.0.71 7 years 11 months ago #13707 by thoechtl
We have issues with the search bar on iPhone X, please have a look at the screenshots from portrait and landscape mode. Is it a known issue and will it be fixed soon? Any hints how we could fix it in the mean time?

Thanks for your help,
Thomas
More
IP: 192.168.0.71 7 years 11 months ago #13709 by federico
Hi,
We're going to release a new version very soon.
If you urgently need it you could go in objective c code and set the searchBar frame like this:
Code:
CGRect statusbarRect = [[UIApplication sharedApplication] statusBarFrame]; if(SYS_VERSION>=7.0) { float hi = self.navigationController.navigationBar.bounds.size.height; _m_searchBar = [[UISearchBar alloc] initWithFrame:CGRectMake(0, hi+statusbarRect.size.height, cwidth, 41)]; } else { _m_searchBar = [[UISearchBar alloc] initWithFrame:CGRectMake(0, 0, cwidth, 41)]; }
Time to create page: 0.384 seconds
Powered by Kunena Forum