Skip to content
#

uno-platform

Here are 100 public repositories matching this topic...

uno
Uno.UITest
kazo0
kazo0 commented Feb 14, 2022

I'm submitting a

Feature Request

Current behavior

Currently we would need to something like the following for our test methods and classes.

if (AppInitializer.GetLocalPlatform() == Platform.Android
    || AppInitializer.GetLocalPlatform() == Platform.iOS))
 {
   // Do something
 }
else if  (AppInitializer.GetLocalPlatform() == Platform.Browser)
{
  // Do something 

Improve this page

Add a description, image, and links to the uno-platform topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the uno-platform topic, visit your repo's landing page and select "manage topics."

Learn more