You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently using Custom CSS to style the BEE Editor to match our app (thank you for this awesome feature!) but would love to provide our own Web | Mobile preview toggle. We could style yours using Custom CSS, but we'd like to programatically hook into the change between Mobile/Web when a user clicks on that, so we can show other UI related to which preview mode is being shown.
My question: Is there any possibility of exposing either an additional callback (onPreviewModeToggled) or some sort of instance method togglePreviewMode(TYPE) to the plugin? That would be OUTSTANDING! 🤞
Thanks so much for your time!
The text was updated successfully, but these errors were encountered:
I would also appreciate an onPreviewModeToggled event callback.
This would allow us to synchronise the preview mode's "Web"/"Mobile" toggle with the workspace's WorkspaceStage value that the user returns to once the preview mode is disabled.
Hey there BEE Plugin crew!
We're currently using Custom CSS to style the BEE Editor to match our app (thank you for this awesome feature!) but would love to provide our own
Web | Mobile
preview toggle. We could style yours using Custom CSS, but we'd like to programatically hook into the change between Mobile/Web when a user clicks on that, so we can show other UI related to which preview mode is being shown.My question: Is there any possibility of exposing either an additional callback (
onPreviewModeToggled
) or some sort of instance methodtogglePreviewMode(TYPE)
to the plugin? That would be OUTSTANDING! 🤞Thanks so much for your time!
The text was updated successfully, but these errors were encountered: