-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
add ability to hide toolbar entirely #118
Comments
For Stoic Commentary, I think what we would want to do eventually is have a button with the Alpheios logo that toggles the toolbar. |
This is partially possible now, but only on mobile and it's not really documented. Currently the embed-lib api has a Embedded.openActionPanel() (opens the default actionPanel) An example of how these are used (from https://github.com/alpheios-project/alpheios_nemo_ui/blob/master/alpheios_nemo_ui/data/assets/js/alpheios-embed-support.js) :
I think maybe we would want to add some new layoutTypes that support a variety of different configurations |
Temporarily turn off Alpheios Tools due to performance issues in Firefox. When enabled, it causes the browser to lock up for 200-500ms for some reason. Possibly re-enable it with a later version of configure it to activate when a user clicks a button (see alpheios-project/embed-lib#118 (comment))
in @zfletch 's Stoic Commentaries he has done this via overriding the css to hide the toolbar:
@PietroLiuzzo has also expressed interest in this feature and it might be nice to add it as an option in the embed-lib api
The text was updated successfully, but these errors were encountered: