-
Notifications
You must be signed in to change notification settings - Fork 336
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
PDF does not render in expander in Safari #2291
Comments
Seems like Safari has some weird bug (probably related to caching?) when switching between You can use ui.markup(
content='<iframe src="https://arxiv.org/pdf/2401.16818.pdf" style="width: 100%;height: 1000px; border: none;"></iframe>'
) @mturoci, there is also the option to use The question is whether we are going to implement a new |
Would something like this work? q.page['example'] = ui.form_card(box='1 1 4 4', items=[
ui.frame(path='<pdf_path>')
]) |
Screen.Recording.2024-03-20.at.13.09.09.mov q.page["example"] = ui.form_card(
box="1 1 8 8",
items=[
ui.expander(name="test", items=[
ui.frame(path='<pdf_path>', height='1200px', width='100%')
])
]
) [EDIT] |
…2311) Co-authored-by: Martin Turoci <[email protected]>
Wave SDK Version, OS
Actual behavior
Safari on left, chrome on right. Pic one is visiting the app, pic two is closing and opening the expander
Steps To Reproduce
The text was updated successfully, but these errors were encountered: