Hi @fatih!
Thanks for your patience here. I agree that Pandadoc’s app looks very, very cool!
To start, I would suggest digging around in our Storybook here to find potential components that might work for you.
I’m also going to do some research for you to see if I can find exactly what feature they’re using. Thanks!
Hey @Helen,
Good to hear from you. I have found out this can be accomplished with the undocumented feature from the sdk openAppFeatureModal
and it supports the following arguments for anyone else interested:
url,
urlPath,
urlParams,
width,
height
Url defaults to the iframe’s URL if not specified.
The function returns a promise, .then
will be called when the modal is closed.
You can close the modal by calling the closeAppFeatureModal
function.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.