Page 4 of 6

Header overlap with iPhone status bar as shown in screen shot

Posted: Sat Mar 29, 2014 4:05 pm
by Dirk Gissing

I placed it just before the "@end",, should I have placed it somewhere else?

Do you know when this problem will be fixed? Will it be fixed together with the push notification bug (data.aps.alert doesnt show anything)? It's almost april..

Also, I've changed my .plist file and now any changes I make in the settings it doesn't change it in the .plist file. How do I fix this?


Header overlap with iPhone status bar as shown in screen shot

Posted: Sat Mar 29, 2014 4:08 pm
by Dirk Gissing

Maryna, your solution for the .plist file doesn't work. The status bar still overlaps with the header.


Header overlap with iPhone status bar as shown in screen shot

Posted: Sat Mar 29, 2014 4:13 pm
by Alena Prykhodko

Hello Dirk, this problem is already fixed on our Test environment, will be pushed on Production with next release (it is moved on mid-April)
We'll look into other questions and get back with reply.


Header overlap with iPhone status bar as shown in screen shot

Posted: Sat Mar 29, 2014 4:28 pm
by Dirk Gissing

Thank you Alena! Are both problems fixed mid-April? The header problem and the push notification (data.aps.alert) problem?


Header overlap with iPhone status bar as shown in screen shot

Posted: Sun Mar 30, 2014 10:01 pm
by Illya Stepanov

Hi Dirk - Please can you clarify here:
[quote:]
the push notification bug (data.aps.alert doesnt show anything)?
[/quote]
-- can you give a corresponding link to a given problem?


Header overlap with iPhone status bar as shown in screen shot

Posted: Tue Apr 01, 2014 7:53 pm
by Dirk Gissing

Header overlap with iPhone status bar as shown in screen shot

Posted: Tue Apr 01, 2014 8:51 pm
by Maryna Brodina

Hello!

Yes, push problem should be fixed too.


Header overlap with iPhone status bar as shown in screen shot

Posted: Tue Apr 01, 2014 9:31 pm
by Yan Yi

Hi,

I got a Appery Build error for .ipa file after following the instructions here to fix the header overlap problem.

I tried
http://stackoverflow.com/questions/19... and inserted code- (void)viewWillAppear:(BOOL)animated
{
// View defaults to full size. If you want to customize the view's size, or its subviews (e.g. webView),
// you can do so here.
//Lower screen 20px on ios 7
if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7) {
CGRect viewBounds = [self.webView bounds];
viewBounds.origin.y = 20;
viewBounds.size.height = viewBounds.size.height - 20;
self.webView.frame = viewBounds;
}
[super viewWillAppear:animated];
}/code into CDVViewController.m from the Appery builder source code.


Header overlap with iPhone status bar as shown in screen shot

Posted: Mon Jun 30, 2014 1:20 pm
by Shaun Summers

Hello,

Did a fix for this issue get released?

I have my app set up as a html5 web app and when IOS opens it in full screen then I get the header overlaping with the status bar as described above.

Regards, Shaun.


Header overlap with iPhone status bar as shown in screen shot

Posted: Mon Jun 30, 2014 1:59 pm
by Maryna Brodina

Hello!

This issue is fixed for hybrid apps only, fix won't work in browser.
But there is a workaround, please take a look here https://getsatisfaction.com/apperyio/...