This is a migrated thread and some comments may be shown as answers.

Black screen in WP application

1 Answer 102 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andre
Top achievements
Rank 1
Andre asked on 03 Jan 2014, 06:16 PM
Hi,

I'm trying to run an application using WP8 layout, but it only shows a black screen with navigator bar bellow.
Texts and input fields are not visible (see screen attached).

IOS, IOS7 and Android runs like a charm, only WP doesn't.

I'm using these CSS and JS files:
<style type="text/css">
    @import url(css/kendo.common.min.css);
    @import url(css/kendo.default.min.css);
    @import url(css/kendo.mobile.all.min.css);
</style>
 
<script src="js/jquery.min.js"></script>
<script src="js/kendo.all.min.js"></script>
Running this code at the end of HTML:
<script>
  var app = new kendo.mobile.Application($(document.body), {platform:"wp"});
</script>
I'm using trial version of Kendo UI  (2013.3.1119.trial).

The same happens with examples that came in ZIP file (kendoui.complete.2013.3.1119.trial.zip).

Thanks for help.

Reggards,
André L. Santos

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 06 Jan 2014, 07:26 AM
Hello Andre,

The WP theme is specifically designed to work on a WP8 phone and it automatically adapts to the current WP8 theme foreground and background colors. However this affects its rendering on desktop, especially in browsers that don't support these features - WebKit and Gecko based. Can you check how your application looks in IE10+ with WP8 user agent or better yet in WP8 simulator or real device?

Regards,
Kamen Bundev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Andre
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or