I want to create an app in UWP. I have asp.net core server with rest api. Now I have to write the client. I was thinking about making this app also for Android and iOS.
I don't want to write separete view for Android, iOS and UWP. I want to write just the UWP and than run this on all devices. I want it to act and look on every platform the same. Meaning when I open this app on Windows Phone, it will look exactly same as on the Android and iOS (no native controll specified by platform).
Is there chance to make this kind of app? Is this possible throught Xamarin or something else?
UWP design is required for me, because of app complexity. Porting it to other platforms native design might be an nightmare.
Thank you.