Screen View Compatibility of Apps

Hi All. I had created an app with “Google Pixel3” as its screen in the “Design” section. While testing and using in my Mi phone, it worked fine but when the app was installed in some other phones (like Oppo F9), few elements of the screen in the lower part dissapears. How to solve this such that. Attaching the pictures below.

Hi @Tapas_Raj
Try setting Screen Sizing to responsive mode.

2 Likes

Its already in responsive mode.

In the “Screen Orientation”, should I make it “Full Sensor”?

It might be happening because you used pixels for setting height. Use percentage to set height and width of a layout in your app so that the UI will adjust according to the screen size. :slight_smile:

1 Like

I think Keep the cardview peddling 0 for all sites and keep the height and width in percentages

1 Like

How do I set it in %age? whenI click on the height tab and type any number, it automatically sets it in pixels?

1 Like

Use % at the end

2 Likes

Oh. Ok. thankyou

1 Like

Please mark my answer as solution if it helped you. :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.