Software Archive
Read-only legacy content
17060 Discussions

Referencing and resizing images issue on Windows Phone 8

Tester_D_
Beginner
388 Views

Hello everyone,

I'm testing an app on Windows Phone 8.1 and I'm getting referencing and resizing errors with the images of the project.

I use .svg images and resize them with precentage rules on CSS. Some images that are referenced and resized perfectly on Android and iOS devices, either appear missing on the project or appear with a height and width way to big for the Windows Phone device I tested.

Does anyone have any ideas of why this happens? I'm aware there is currently no way to debug Windows Phone apps on XDK, only with Weinre debugger. Am I able to repair those issues with Weinre? 

By the way, is there any forecast of when Intel XDK will be able to debug Windows Phone apps?

Erik

 

0 Kudos
2 Replies
Elroy_A_Intel
Employee
388 Views

Currently, Windows Phone only fully supports .bmp, .jpg, .png and .gif image formats. For more information, visit https://msdn.microsoft.com/en-us/library/windows/apps/ff462087(v=vs.105).aspx#BKMK_ImageSupport.

0 Kudos
PaulF_IntelCorp
Employee
388 Views

Erik, regarding debug of Windows Phones, Microsoft does not yet provide any vehicle for remote debugging of HTML5 on a Windows Phone. The best option is to use weinre. See this doc page: https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#WEINRE

0 Kudos
Reply