Windows 8.1 app is successfully migrated to the UWP(i.e. Windows 10). But the font and the icon sizes are increased. Googled but couldn't find a specific reason.
Findings are:
Tried making the same configuration dummy projects in Visual Studio 2015 the same changes are visible there as well.
Tested in the Local Machine in Visual Studio 2015.
Windows 10 window.innerWidth:window.innerHeight:1024:768 (i.e. Resolution).
Windows 8 window.innerWidth:window.innerHeight:1234:925 (i.e. Resolution).
Googled and found somewhere, that the font and icon sizes depend on the device on the UWP app.
Can anyone please explain why?
The app is using Cordova and having 4 projects under solution explorer. These projects are in javascript, C#, and C++;