I have to test screen rotation of windows phone by Coded UI in Visual Studio 2013 update 3.
Does Coded UI test screen rotation on windows phone? What does it use?
Please help me.
Thank you for help
Related
I am working on a project in which it is required to add capabilities to a website by which a user can pin the site to the start screen of Windows 8.1.
This can be done by adding some "meta" tags in the head section of the HTML page.
I just have one question whether large tiles are supported on Windows 8.1 Tablet or not.
It is stated here that large tiles are not supported on Windows Phone. Does this mean that large tiles are supported on Windows 8.1 Tablet or not?
Yes you can have live tiles for your website and they will work on windows phone. Scott Hanselman wrote a nice blogpost on how this can be achieved.
Update:
Yes large tiles are supported on Windows 8.1 i.e. a tablet. You can see it when you pin hanselmans or my blog to the start menu.
I have a problem with text scale in my Windows Phone 8.1 app. When I run app on device my labels is bigger than should be and not fits to screen (cutting ends). I had no such problems in the past with Windows Phone 8.0 apps. Anyone can help me?
Although late reply, you can use IsTextScaleFactorEnabled="False" property to override effect of ease of access setting.
I am developing window phone 8.1 WinJS application. I set the style 'width:450px;border:1px solid' to body to check it fit the screen. Whey I test it on Nokia Lumia 635 it does not show right side border only Window phone emulator 1080p 6 inch shows it fully. Any body knows where is the problem
Effective pixel resolution for 4.5 inch device for windows phone 8.1 RT is 384x640. You should read this for screen sizes in windows 8.1 RT apps
I'm now developing a webapp for Windows Phone 8 with Microsoft Visual Studio Express 2012 for Windows Phone. I have a fullscreen webview that load html content from the web.
In the css of the html content there is this code:
#-ms-viewport{
width:850px;
user-zoom:fixed;
max-zoom:1;
min-zoom:1;
}
When the keyboard show up, there is an horrible flickering effect of a strange black rectangle.
I have only the webview component in the code and I use VB. There is any type of solution to fix this flickering effect?
Thank you
I am developing a RWD web app supporting from mobile to desktop. I need to test the web app in different mobiles ranging from iPhone, android phone and BB phone and Windows phone, iPad and android tablets and desktops.
Currently i am doing testing using the chrome web browser and i squeeze the browser window to see the behavior in different width screen.
Is there any better approach available to do the testing in different versions of phones? and is there any tool available to test the loading time in mobiles, i know profiling tools like fiddler is available for desktop, is any profiling tool available for mobile also?
Please help me in this. thanks in advance for any help.