The Wayback Machine - https://web.archive.org/web/20200715005140/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,423 public repositories matching this topic...

calculator
MicrosoftIssueBot
MicrosoftIssueBot commented Apr 14, 2020

Repro Steps:

  1. Launch "Calculator" app.
  2. Home screen will be displayed.
  3. Navigate to menu button and activate it.
  4. Navigate to "Graphing" list item and activate it.
  5. Navigate to "Graph options" button and activate it.
  6. Navigate to "Reset view" link.
  7. Verify the luminosity ratio of "Reset view" link via Colour Contrast Analyser tool.
  8. Observe the issue.

**Actual Resu

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

uno
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

szaimen
szaimen commented Apr 8, 2020

Is your feature request related to a problem? Please describe.
I think the navigation bar isn't discoverable enough since 0.7.3

Describe the solution you'd like
like you show that a folder is selectable in the navigation bar, you could also highlight the whole navigation bar when hovering over it to make for the user visible that you can click on the navigation bar to edit the path

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
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

JerryNixon
JerryNixon commented Sep 28, 2019

Let's relocate the wiki to all the readme.md files for each project. Some of these may not be in the wiki and will just need to be written. Let's include the nuget command, documentation, and sample syntax. We cal also link one readme to another with no problem.

  • Template10.Controls.NavViewEx
  • Template10.Controls.Resizer
  • Template10.Core.Default
  • Template10.Core
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.