[
https://issues.apache.org/jira/browse/CB-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155117#comment-14155117
]
Roberto De Simone edited comment on CB-5440 at 10/1/14 6:41 PM:
----------------------------------------------------------------
As sent by Twitter today:
Try to make the SystemTray transparent. The result will be something like the
seamless statusbar in iOS. The WebView will display correctly with the
SystemTray. Additionally you have to play with the colors according to your
preferences. See example below:
This has to be done in MainPage.xaml
shell:SystemTray.BackgroundColor="White"
shell:SystemTray.ForegroundColor="Black" shell:SystemTray.IsVisible="True"
shell:SystemTray.Opacity="0"
was (Author: rdesimone):
As sent by Twitter today:
Try to make the SystemTray transparent. The result will be something like the
seamless statusbar in iOS. The WebView displays correctly with the SystemTray.
Additionally you have play with the colors according to your preferences. See
example below:
This has to be done in MainPage.xaml
shell:SystemTray.BackgroundColor="White"
shell:SystemTray.ForegroundColor="Black" shell:SystemTray.IsVisible="True"
shell:SystemTray.Opacity="0"
> Activating SystemTray in WP8 app doesn't shrink the viewport in portrait
> ------------------------------------------------------------------------
>
> Key: CB-5440
> URL: https://issues.apache.org/jira/browse/CB-5440
> Project: Apache Cordova
> Issue Type: Bug
> Components: WP8
> Affects Versions: 3.1.0
> Environment: Windows Phone 8 (didn't test on 7), not specific to
> device
> Reporter: Kamen Bundev
> Assignee: Jesse MacFadyen
> Attachments: SystemTrayViewport.zip
>
>
> Adding shell:SystemTray.IsVisible="True" to MainPage.xaml doesn't shrink the
> Cordova WebView in portrait mode, but instead pushes it down with about 25px
> - as much as the SystemTray height. Landscape orientation is okay (the
> WebView is shorter than it should, but this looks like a different issue).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)