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
Question: Is there a message I should be sending from AppBridge(post-robot) to the parent iframe to adjust the height property to take up the full scroll height?
I am trying to update the displayHeight to be 100% but getting an error when following the steps suggested at this link: Custom Menu Actions
This seems tailored to S-Release instead of Novo, but that was the only info I could find. I receive this error 'Unsafe attempt to initiate navigation for frame with origin'.
I am using AppBridge and this is for Novo.
It would make more sense for the parent iframe to be set to 100% like a Custom Tab is and allow the loaded application to determine the height it needs. That is a different topic though.
The text was updated successfully, but these errors were encountered:
Apologies for the extended wait on a response. Can you clarify which type of custom page integration this is referring to? (eg, Custom Menu Action, Custom Card, Custom Tab) There may have been a bug at the time preventing the frame from filling 100% height. Web browsers will block manual interactions between iframes of differing domains by default (for security purposes). If you can provide a screenshot of the element failing to reach 100% height, that would also be useful.
I followed the HelloListAction extension sample. I was wondering if it would be possible to redirect the page and insert the height in the redirect URL as we would for a custom card.
For example, use https://us-central1-my-project-name.cloudfunctions.net/redirect?url=https://local.bullhornstaffing.com:4201/#bh-iframe-height=800px
The default seems to be 4000px and I have been unsuccessful in getting this to resize:
Question: Is there a message I should be sending from AppBridge(post-robot) to the parent iframe to adjust the height property to take up the full scroll height?
I am trying to update the displayHeight to be 100% but getting an error when following the steps suggested at this link:
Custom Menu Actions
This seems tailored to S-Release instead of Novo, but that was the only info I could find. I receive this error 'Unsafe attempt to initiate navigation for frame with origin'.
I am using AppBridge and this is for Novo.
It would make more sense for the parent iframe to be set to 100% like a Custom Tab is and allow the loaded application to determine the height it needs. That is a different topic though.
The text was updated successfully, but these errors were encountered: