Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

iOs statusbar

Alessandro_S_
Beginner
585 Views

I have a problem on my iPhone 4/iPhone5 cordova build: the status bar is in front of the app with transparency (see attachment)

The correct behaviour would be: status bar fully visible and below the app (like in android). I've downloaded org.apache.cordova.statusbar plugin but I don't understand how to configure it to reach my goal.

Can You help me?

0 Kudos
3 Replies
John_H_Intel2
Employee
585 Views

From the docs for the plugin, it looks like you can use this:

StatusBar.overlaysWebView(true);  // or false

 

0 Kudos
Alessandro_S_
Beginner
585 Views

thank you for the reply. I'll try. No other solution?

0 Kudos
Alessandro_S_
Beginner
585 Views

Ok it works! but still a problem! when I click on header of my app and I drag down the app shifts to down and bounce again to the top. What's happening? Should I use some check while building or some setting in my index.htm?

0 Kudos
Reply