I am creating an app for all three platforms:android, ios and windows phone. The app is ready for android and ios, on both platforms the UI is mostly the same. Sadly I'm facing problems on windows phones.
How can I keep the Android UI design on a windows phone app ?
Thanks.
If it's a native application, it's a really bad practice to copy/paste your design over 3 very different UI! You'll always have problems with that!
If it's a Frameworks designed app (e.g Cordova, Titanium...) you surely can find help on dedicated forum.
Bests.