[jira] [Created] (CB-13816) Gray rectangle in statusbar if statusbar is hidden and device is rotated

2018-01-22 Thread Markus Wagner (JIRA)
Markus Wagner created CB-13816:
--

 Summary: Gray rectangle in statusbar if statusbar is hidden and 
device is rotated
 Key: CB-13816
 URL: https://issues.apache.org/jira/browse/CB-13816
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-inappbrowser
Affects Versions: cordova-ios 4.5.0
Reporter: Markus Wagner
 Attachments: landscape.png, portrait.png

I have an app which hides the statusbar. And the InAppBrowser does neither have 
a toolbar nor a location. Everything is perfect, until I rotate the device from 
portrait to landscape mode. Then I see in the upper left corner a tray 
rectangle.

The debugger tells me that this is the UIToolbar, which has now a size of 
256x20 (on my iPad 2). If I rotate the device back to portrait, the UIToolbar 
has a size of (0x20) which means it is invisible.

I prepared a sample illustrating the problem: 
https://github.com/Ritzlgrmft/ionic-inappbrowser-demo.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-9233) WP8: How can I use resolution-specific splashscreen images

2015-06-23 Thread Markus Wagner (JIRA)
Markus Wagner created CB-9233:
-

 Summary: WP8: How can I use resolution-specific splashscreen images
 Key: CB-9233
 URL: https://issues.apache.org/jira/browse/CB-9233
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Reporter: Markus Wagner
Priority: Minor


I installed the the newest version of the SplashScreen plugin (2.1.0). In the 
release notes is mentioned that now resolution-specific splashscreens are 
possible. Unfortunately, it is not mentioned, how to do it.

I checked the source code. From there I assumed, I had to add images with name 
xxx.screen-720p.jpg (and 2 other names, too). Therefore I added the images to 
the folder res\screens\wp8. But they were not loaded.

In fact, Application.GetResourceStream() returned always null.

Do I miss something?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-9234) WP8: navigator.compass.watchHeading() fails often, if frequency is too small

2015-06-23 Thread Markus Wagner (JIRA)
Markus Wagner created CB-9234:
-

 Summary: WP8: navigator.compass.watchHeading() fails often, if 
frequency is too small
 Key: CB-9234
 URL: https://issues.apache.org/jira/browse/CB-9234
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Device Orientation
Reporter: Markus Wagner


The WP8 implementation of getHeading() checks every 100 ms, if the sensor 
returned already data. Since watchHeading calls also getHeading, this can 
produce the error 4 (ErrorFailedToStart). This happens quite often with a 
frequency  300 ms.

Unfortunately, the default value for frequency is 100 ms.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org