Hello @Shubham Kumar ,
Welcome to our Microsoft Q&A platform!
The view may show different effects on devices of different sizes. For example, an image with a fixed width is displayed well on a mobile phone, but may be very small on a tablet.
To fix this, you could specify different size for the views on phone and tablet. The Device.Idiom
property can be used to alter layouts or functionality depending on the device the application is running on.
Check the doc: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/platform/device#deviceidiom
And you could create a resourceDictionary to the customize the device resolutions. For more details, please check: https://devblogs.microsoft.com/xamarin/styling-for-multiple-device-resolutions/
Best Regards,
Jarvan Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.