Scale of buttons across devices

Hi
is there any way that buttons can be adjusted in size across different devices? For instance I have some buttons that look great on my iPhone 6S, but on an iPad seem to be very big, really too big for the screen - they don’t feel right. But if I then make them the right size for that screen they’re too small on a phone. Is there a known solution to this issue?

Thanks

Hi @technology,

ZapWorks Studio provides two position properties, screenLeft and screenRight, which have the x coordinate centered on the left and right sides of the screen respectively.

Both of these help define the edges of any screen regardless of the size and aspect ratio. They can be used to build a UI that works across multiple devices.

To find out more information, have a look at our UI:Coordinates video. :slight_smile:

Hope this helps.

George