windows-uwp
Here are 79 public repositories matching this topic...
I've tried to setup a custom icon for notifications. If I put my monochromatic icon in platform/android/res/drawable, the icon is not resolved. I've to put the icon in the path platform/android/res/mipmap to make it working on notifications.
🏗 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
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
We're looking into creation of WPF (.NET Core) projects in Windows Template Studio. MVVMLight is one of the frameworks our users requested and we'd love to get your feedback on the apps we generate.
We've generated sample apps at https://github.com/mvegaca/WTS.WPF.MVVMLight.GeneratedApps
You can also generate your own apps using our dev-
Platform
- Android
Author or host
Host
Version of SDK
1.2.6
Details
For the attached card json.
The button in the column set is cutoff on android

The same card on web

Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t