Questions tagged [windows-10-mobile]

Windows 10 Mobile is an edition of the Windows 10 OS developed by Microsoft and was released in 2015. It is an iteration of the Windows Phone product line and a successor to Windows Phone 8.1. Windows 10 Mobile is designed for use on smartphones and phablets running on ARM processor architectures

Windows 10 Mobile is an edition of the Windows 10 operating system developed by Microsoft. This edition of Windows 10 is a mobile operating system that succeeds Windows Phone 8.1 and is designed for smartphones, and small tablets under 8 inches in screen size, running on ARM as well as IA-32 processor architectures.

Windows 10 Mobile aims to provide a larger amount of synergy with its counterpart for personal computers, including more extensive synchronization of content, a new "universal" application ecosystem that will provide the ability to port apps developed for Windows 10 on PCs, Android, and iOS to the platform, as well as the capability to, on supported hardware, connect devices to an external display and utilize a "PC-like" interface with mouse and keyboard input support.

While general availability for Windows 10 on PC is set for July 29, 2015, Windows 10 Mobile is being developed at a slower pace than the PC version and will not be available at the same time.

Read more about Windows 10 Mobile in Wikipedia.

850 questions
33
votes
1 answer

UnhandledErrorDetected: Unspecified error COMException

Struggling with an error that freezes the app and only occurs on the tablet (never on my laptop). Seems to be related to quickly switching the hamburger menu. I got one stack trace that incriminated a 3rd party control, but 9 of 10 times all I get…
DeannaD
  • 1,469
  • 2
  • 16
  • 27
26
votes
13 answers

UWP Check If File Exists

I am currently working on a Windows 10 UWP App. The App needs to Check if a certain PDF File exists called "01-introduction", and if so open it. I already have the code for if the file does not exist. The Code Below is what i currently have: …
22
votes
3 answers

Splash screen for universal windows 10 apps

I am creating a windows 10 universal app targeted for both Windows Phones and Windows Desktop, the problem I am facing on is when adding splash screen through the package.manifest file to the app, there is no option to add splash screen which fits…
20
votes
2 answers

Windows 10 UWP - detect if the current internet connection is Wifi or Cellular?

In Windows 10 UWP app how do I detect if the current internet connection is Wifi or Cellular?
Slakbal
  • 553
  • 1
  • 5
  • 10
19
votes
1 answer

Failed to send certificate after upgrading to latest windows phone 8.1

I have a Windows Phone App, built for 8.1, and one of the tasks was a client-server certificate scenario. My app worked fine, I could send the client certificate and login to the server. However after upgrading to windows 8.10.14xxxx that was not…
18
votes
2 answers

Extended execution not working properly?

I'm not able to get ExtendedExecution to work properly. The problem is that the Revoked event is not being fired until the execution is finished. If we take a sample: private async void OnSuspending(object sender, SuspendingEventArgs e) { …
Romasz
  • 29,662
  • 13
  • 79
  • 154
18
votes
4 answers

Changing Theme in Windows 10 UWP App Programmatically

I was able to change theme using this.RequestedTheme = ElementTheme.Dark; But what I need is the whole application level, since this one only change the theme of the current page to dark. Whenever I try this App.Current.RequestedTheme =…
AlMusal
  • 226
  • 1
  • 2
  • 7
16
votes
4 answers

Remove Underline from HyperlinkButton in UWP XAML

I need to remove the underline in the content of HyperLinkButton. TextDecorations does not exist in this XAML element.
fipcurren88
  • 701
  • 5
  • 26
16
votes
4 answers

how to implement chart control in Windows 10 UWP

I need to implement linear graph. Is there any chart control for Windows 10 UWP? Any suggestions? Thanks
Pratik Mehta
  • 1,310
  • 4
  • 15
  • 37
16
votes
5 answers

Handling Back Navigation Windows 10 (UWP)

In my Xaml Page I've got a Frame. I'm trying to have a backButton event to just navigate inside frame . so I tried to use this piece of code public MainPage(){ this.InitializeComponent(); …
Shahriar
  • 939
  • 1
  • 14
  • 36
15
votes
4 answers

Is there any right way to get a file by its Path?

I've two files with the same name in KnownFolders.VideosLibrary, in this case I cannot access file by its Name hence it will return only the first one. Therefore is there any other way to get the file other that parsing all files in folder? // this…
Romasz
  • 29,662
  • 13
  • 79
  • 154
15
votes
1 answer

x:Bind image with null string

In XAML I have the following line: In ViewModel: public string MainPic { get { if (Data ==…
Saurabh3321
  • 566
  • 3
  • 14
14
votes
3 answers

How to develop windows 10 uwp on real device (mobile)?

I'm trying to debbuging my app on real device (lumia 830 with windows 10 mobile 10.0.10581.0) Developer Mode is ON on both devices (mobile and PC), but when i'm trying to emulate app on my device I've got an error (DEP6100 and DEP6200). However i…
user5257758
14
votes
2 answers

No phone emulator showing in device list in visual studio 2015 RTM

So I would like to test some apps on windows phone 10, but there is no emulator to choose from in the device drop down. I clicked on the 'Download new emulators...' option in the dropdown, downloaded the package, and installed a 3.5GB windows phone…
13
votes
4 answers

Missing definition for UseSqlite in DbContextOptionsBuilder class of Microsoft.EntityFrameworkCore.Tool

I'm trying to write a simple phone app using UWP that will insert an image from a Windows folder location into a table on SQLite and view it on the Windows phone. I found this article on technet forum that I am using for a…
M.Ridha
  • 483
  • 1
  • 6
  • 21
1
2 3
56 57