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
{{ message }}
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
Hi,
I am trying to add a deep-link and sharing buttons to a strip lightbox. I have got the deep-link sorted out by adding some code to the onShow callback, but I am running into a wall for the sharing buttons. Let's say I want to insert the buttons into the strp-info section. Obviously, since sharing is involved, I need to dynamically pass the page URL (not the image URL) and title information. What would be the easy / right way to do this? If I try to print this in the onShow callback, I am getting the Strip object. Is there a way to reference the UI element inside?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am trying to add a deep-link and sharing buttons to a strip lightbox. I have got the deep-link sorted out by adding some code to the
onShow
callback, but I am running into a wall for the sharing buttons. Let's say I want to insert the buttons into thestrp-info
section. Obviously, since sharing is involved, I need to dynamically pass the page URL (not the image URL) and title information. What would be the easy / right way to do this? If I try to printthis
in theonShow
callback, I am getting the Strip object. Is there a way to reference the UI element inside?The text was updated successfully, but these errors were encountered: