-
Notifications
You must be signed in to change notification settings - Fork 3
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
Any way to know when the screenshot process starts/finishes? #14
Comments
I added an argument capture(
selector = "body",
filename = "all-page",
icon("camera"), "Input value",
statusInputId = "loading"
) See https://github.com/dreamRs/capture/blob/master/examples/status.R for usage |
Thanks for the quick work, I can verify both I do have a few comments, but you can close this issue:
You don't need to answer my questions, it's just things to consider adding to the docs. Nice work :) |
@daattali Would you want to share code and see if I can help diagnose the issue? I've been using |
I am not simplifying the shapes at all, no. I think the issue is more on the browser side than the shiny side, but yes it's almost certainly because the census tract shapefiles are too detailed. I simply don't know enough about spatial to know how to simplify. |
It's worth a shot to see what happens. I typically use
|
Sometimes there's a few seconds delay between pressing the button and when the button becomes disabled. This causes confusion to the end user. I would like to have some sort of signal from {capture} -- whether it's a javascript event that gets triggered or a Shiny input or anything else -- that notifies me when the button is first pressed and when the download begins. That way I could let the user know when they're waiting.
The text was updated successfully, but these errors were encountered: