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...
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
This issue relates to the Singleton<T>
type defined in Microsoft.Toolkit.Helpers.Singleton.cs
.
I'm wondering whether having this type in the toolkit at all is a good idea, considering it can be fully replaced by only using built-in C# language features, which also result in a fas
Can you generate API docs for MvvmCross code?
Like for example:
- Andorid API
- AutoFac API
- and many others (all libs from Microsoft, Google ...)
Why?
- API dosc boost developers productivity - You easy look through the code (without decompiling it).
- API docs
Proposal: Add some public documentation/information on how language 'projection' works in WinRT
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
-
Updated
Jul 11, 2020 - C
What would you like to be added:
Implement the TextBlock.MaxLines
. It's not implemented yet:
https://github.com/unoplatform/uno/blob/4bd015b98029ae8c121a5ad9d36268742fb76b8e/src/Uno.UI/UI/Xaml/Documents/UIElementTextHelper.wasm.cs#L107_L110
Documentation:
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.textblock.maxlines
Solution:
https://twitter.com/addyosmani/st
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
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
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
I had a look through the docs and they still reference Windows Phone and Silverlight. The Basic Configuration page shows examples of Silverlight running in IE11.
Is there any plan to update the docs? I'm not sure how suitable it is for a new WPF application based on the docs alone.
- 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
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
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
FTP OS: Unix
FTP Server: ProFTPD
Computer OS: Windows 10
Many functions result in Socket-related issues.
Logs :
<paste logs here but DO
🏗 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
Description
During utilization of the Geolocation API of Xamarin.Essentials it was discovered that the prompt for permission access does not display for Windows 10 (UWP) devices. Here is the location of the original issue mentioned within the Microsoft Docs of Xamarin Essentials Geolocation.
Here is the sample code that was provi
Problem description
I am trying to create Windows UWP application using react-uwp.
These are the steps I follow to create react native windows app - https://microsoft.github.io/react-native-windows/docs/getting-started#running-a-react-native-windows-app
After that I am editing App.js to include Theme from react-uwp. This is my code -
`
import React, { Component } from 'react';
im
-
Updated
Jun 23, 2020
Once scrolling using ctrl + or control + mouse wheel there's no way of dragging the picture both with keyboard and mouse.
Double tap to zoom is missing
The DataGridBooleanColumn shows a box filled with an X (Unicode character U+2612, Ballot Box With X) for false values. In my opinion this is incorrect. I believe it should show an empty box (Unicode character U+2610, Ballot Box) instead.
-
Updated
Jul 7, 2020 - C#
-
Updated
Jun 8, 2017 - C#
-
Updated
Dec 6, 2019 - C#
-
Updated
Jun 15, 2020 - C#
Created by Microsoft
- Wikipedia
- Wikipedia
Repro Steps:
**Actual Resu