Brian
Brian

Reputation: 1

How much padding does the Banno plugin framework use in mobile views?

When using the Banno plugin framework, how much of the screen width does the Banno plugin framework use up?

For example, given an iphone with a viewport size of 375px. If the Banno framework has padding of 24px on each side, that would leave 327px left for the plugin to use.

How much padding does the plugin framework us on each side in a mobile view? How much width will the plugin actually get?

Upvotes: 0

Views: 69

Answers (1)

Jaime Lopez Jr.
Jaime Lopez Jr.

Reputation: 671

That's not explicitly specified as the answer can vary between operating systems (and versions) as well as based on the specific device.

You'll get the full width of the Card Face as defined in the User Interface doc. Plugin content should be responsive to adapt to varying widths. (The height is configured and known in advance.)

These resources may be helpful as well, when designing your plugin:

Upvotes: 0

Related Questions