Can use Windows Ink on Windows 10 Mobile? Can I published an uwp app with Windows Ink for Windows 10 Mobile?
Or Windows Ink only Works in Windows 10 Desktop?
Can use Windows Ink on Windows 10 Mobile?
If you mean you are using the InkCanvas control in a UWP app, and you want to know if the InkCanvas can work when running this UWP app on a Windows 10 mobile device, in that case, the short answer should be yes. InkCanvas is not only work for desktop devices.
But pay attention that you must specify support for other devices through the InputDeviceTypes of an InkPresenter object. For mobile you may need to add the Touch device type.
Can I published an uwp app with Windows Ink for Windows 10 Mobile
You could publish it to windows store, and install it in your mobile. There is no special capabilities needed for this control.
Related
Hello I have a application which is for Windows Phone 8.1 and it's working fine but when i try to install the app on Windows 10 Mobile everything is fine expect the module for bluetooth printing. It's not printing at all. So my question is how i can make the app to print on Windows 10 Mobile device?
I have to read sensor data from Band. I did search and became more confused. It seems there is a way to directly read data from Band by connecting with the desktop (windows 8.1) via Bluetooth. When I run a sample, it returns an error message like ‘deployment failure. No windows phone is detected’.
Is it possible to read sensor data from Band 2 this way?
Software environment: VS2015 community-Blank App (Universal windows);
Hardware environment: Band 2, desktop;
Pairing Band 2 with desktop via Bluetooth;
No windows phone and windows phone emulator get involved. Microsoft Health app is not used.
If yes, can I find sample code online?
Or it should be this way?
Software environment: VS2015 community-Blank App (Universal Windows 8.1), windows phone emulator, Hyper-V is required as well;
Hardware environment: Band 2, desktop, windows phone;
Pairing Band 2 with windows phone via Bluetooth;
Run the sample on the windows phone;
Both windows phone and windows phone emulator get involved.Microsoft Health app is not used.
You can use the Band SDK in one of two ways:
Within a Windows Phone 8.1 or 10 (Universal) application running on a Windows Phone, where the Band is Bluetooth-paired to the phone.
Within a Windows Store 8.1 or 10 (Universal) application running on a Windows PC, where the Band is Bluetooth-paired to the PC.
The Band SDK is the same regardless of the hardware used, so any of the samples should be fine.
Note that you cannot use the Band SDK when your application is running in the Windows Phone emulator nor when the application is running in the Windows simulator.
How to Hide screen App from Recent App list UWP Windows 10 Mobile?
How to have a WebSocket open on Windows Universal App? Can I have my WebSocket to be open even when app is closed?
On a Windows Universal app? Yes.
On a Windows Phone 8.1 app? No.
A Windows Store app can use a ControlChannelTrigger to receive socket notifications in a background task even if the main app is suspended. This is demonstrated in the ControlChannelTrigger StreamWebSocket sample in the Windows Dev Center.
ControlChannelTrigger is not supported in Windows Phone Store apps, but it is supported in Universal Windows 10 apps on mobile devices.
I am developing an app for Windows Phone 8.1 and my app just can work properly if I can get the resolution of mobile screen. I tried many ways but they just work on Windows Phone 8.0 and lower. I tried these ways from:
How to get screen size on Windows Phone 7 Series?
How can I get a screen resolution of Device (Windows Phone)
How to get Screen size of a windows phone 8 device?
How to get screen resolutions on Windows Phone devices
If someone knows how to do it on Windows Phone 8.1, please help me!
If somebody can help me, I have a little question, I am using Visual Studio RC2, when I choose to develop an app for Windows phone, it is automatically tick OS version 8.1, if i want to develop an app for OS version 8.0, how to change that settings?
Edit: I solved the second question.
Use Window.Current.Bounds to get the position and size of the available space your app can use on the screen.
Window.Current.Bounds