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
If I refresh the iframe with the button (next to the logo in the upper, left-hand corner) then the iframe is reloaded, I guess the url defined in tab definition is called again.
What I would like to have when refresh is clicked is to refresh an iframe while staying on the same URL path. For example if my iframe url is domain.com and I navigate to domain.com/somepage. After refesh I am back on domain.com page. How to preserve current url and refresh current url?
Reproduction Steps:
Define a new Tab as iframe. Open iframe and navigate on some page. Click refresh button. You awill be back on the first page that was initially loaded with the iframe.
The text was updated successfully, but these errors were encountered:
This only works if you're using relative paths. If you're using separate subdomains, the browser blocks the parent from being able to read the URL that's in the iframe.
Organizr Version: V 2.1.2490
Branch: Master
WebServer: Nginx
Operating System: Debian
Problem Description:
If I refresh the iframe with the button (next to the logo in the upper, left-hand corner) then the iframe is reloaded, I guess the url defined in tab definition is called again.
What I would like to have when refresh is clicked is to refresh an iframe while staying on the same URL path. For example if my iframe url is domain.com and I navigate to domain.com/somepage. After refesh I am back on domain.com page. How to preserve current url and refresh current url?
Reproduction Steps:
Define a new Tab as iframe. Open iframe and navigate on some page. Click refresh button. You awill be back on the first page that was initially loaded with the iframe.
The text was updated successfully, but these errors were encountered: