The Wayback Machine - https://web.archive.org/web/20200608074135/https://github.com/topics/uwp
Skip to content
#

Universal Windows Platform

Universal Windows Platform (UWP) is an API that allows developers to create cross-platform applications that are able to run on Windows 10, Windows 10 Mobile, Xbox One and HoloLens.

Here are 1,412 public repositories matching this topic...

calculator
MicrosoftIssueBot
MicrosoftIssueBot commented Apr 14, 2020

Repro Steps:

  1. Launch 'Calculator'.
  2. Home screen will be displayed.​
  3. Navigate through Menu using keyboard and Choose either 'Standard' or 'Scientific Calculator'.
  4. Navigate to History button and activate it.
  5. Navigate to any list item and press context menu button.
  6. Context menu will open.
  7. Navigate to delete button and activate it.
  8. Observe the issue.

**Actual Re

Lucifer-Morning-Star
Lucifer-Morning-Star commented Dec 14, 2019

Instructions: replace text surrounded by '*' with your case, please delete this line.

How to reproduce?

Explain how we can get this issue, if you created a repo with the issue, please add the link, blank if you are submitting a suggestion or improvement

Extra notes

Explain what you expect, feedback, images or anything you consider necessary

I am using

WindowsCommunityToolkit
microsoft-ui-xaml
benstevens48
benstevens48 commented Mar 19, 2020

I know that WinRT components have interface definition files, which somehow enable the API for the component to be used by multiple languages e.g. C#, C++. However, I can find very little information on the finer details of how this works. I've heard rumours that the way this works might change with something called cswinrt, but it would still be useful to know the principles and some more details

Notepads
GreyRats
GreyRats commented Apr 24, 2020

Is your feature request related to a problem? Please describe.
notepad requires Auto* utf-8 encoding /decoder (Universal Cyrillic encoding /decoder and Converter.You can give (it to the Context menu for example)
) let's say I have a clumsy gibberish in text that was not saved correctly and it is displayed >"ìîÿ æèçíü ýòî ÷åðòâî ïîðî÷íûé êðóã è ýòî shit" and I can't see it , but there are

thomas-coinjar
thomas-coinjar commented Mar 25, 2020

Describe the Feature

If I want to test whether the share dialog is open on Android using Detox, the framework can not find any text (i.e. title)

Possible Implementations

Add ability to add the Detox testID to the options

Share.open({
  url: uri,
  testID: "share-dialog"
})
.then(() => {
})
.catch(error => {
});

Related Issues

N/A

uno
mrlacey
mrlacey commented Oct 27, 2019
  • Improve documentation on how to author templates.
  • Add documentation on the packaging and distributing of WinTS compatible templates. This must also include differences from how dotnet-new works with template sources.
  • Improve tools to help with testing and validating any created templates. Existing tests and tools are a start but these may need updating and revising to make them
szaimen
szaimen commented Oct 31, 2019

Is your feature request related to a problem? Please describe.
I want to add a whole smb-server to the sidebar. Since the network address section isn't shown, I cannot view network addresses and therefore pin e.g. whole SMB-servers through right click to the sidebar. (e.g. such addresses: \\smb-server)

Describe the solution you'd like
Please enable us to pin the current path to t

wexman
wexman commented Feb 12, 2020

I noticed that the "certificate weakening" TlsOptions like IgnoreCertificateChainErrors, IgnoreCertificateRevocationErrors, AllowUntrustedCertificates and CertificateValidationCallback have no effect when using web socket connections.

I understand this is because the underlying api (System.Net.WebSockets) does not support this (at least not in all target frameworks), but I think it should be no

yonkahlon
yonkahlon commented Nov 20, 2019

🏗 Enhancement Proposal

Provide more information on where to put the Initilize() method for iOS and Android.

For iOS in AppDelegate:

public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
    Xamarin.Forms.Forms.Init();
    var config = new FFImageLoading.Config.Configuration()
    {
        VerboseLogging = false,
        VerbosePerformanceLogging = fa

Created by Microsoft

Wikipedia
Wikipedia
You can’t perform that action at this time.