Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive apps #68

Open
semicolin opened this issue Apr 20, 2024 · 0 comments
Open

Responsive apps #68

semicolin opened this issue Apr 20, 2024 · 0 comments

Comments

@semicolin
Copy link

I have built a responsive app that scales to the size of the viewport. It does not scale correctly when embedded in Cerner because this library assumes that the app has a fixed height and attempts to scale the iframe (on the cerner side) to the size of its content (my app).

This library allows me to define a custom height calculation function, but this does not help because my app has no way of knowing how much space is available in the viewport. I do not want to leave unused vertical space, and I do not want the user to have to scroll to see all of my app. Please add an alternative height calculation mode that scales the iframe to fill all of the available space, so my app's content can be scaled appropriately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant