Skip to content
New issue

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

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

Already on GitHub? # to your account

Need page size change notification #43

Open
BobDickinson opened this issue May 15, 2016 · 0 comments
Open

Need page size change notification #43

BobDickinson opened this issue May 15, 2016 · 0 comments

Comments

@BobDickinson
Copy link
Member

We have a mechanism via Page metrics to communicate the page size to the Synchro app, which we do on app startup. The problem is that on platforms where the page size can change during app execution (such as resizing a window on Windows or the web browser, or going to split-screen type execution in various tablet environments), this page size change is not communicated to the server/app.

On platforms like Windows and web, this can be tricky, since the page size notifications come very fast (faster than you'd want to round trip to the client). On those platforms, we need some way to throttle the page size updates so we're not sending them faster than we can round-trip (something like one update per second would be more than enough).

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

No branches or pull requests

1 participant