unoplatform / Uno.Gallery

The Uno Platform Gallery application
https://platform.uno/
Other
150 stars 41 forks source link

feat: Add Proximity sample #1028

Open muhmuhhum opened 9 months ago

muhmuhhum commented 9 months ago

GitHub Issue (If applicable): closes #1026

PR Type

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior?

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

muhmuhhum commented 9 months ago

ok so this is a WIP cause i cant test it on my android emulator. The app just wont start and i cant really find out why. So i currently start the app in debug with any cpu and the mobile project. I also changed IsUiAutomationEnabled in the csproj to false @morning4coffe-dev maybe you could help me out with this.

morning4coffe-dev commented 9 months ago

@muhmuhhum Thanks! Can you please check if it works on Windows (you can add || !HAS_UNO next to the __ANDROID__)? And also sync your branch with current master?

muhmuhhum commented 9 months ago

@morning4coffe-dev Windows is now tested, added the !HAS_UNO and merged the current master