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 have a game running in iframe (cloud arcade) then ipx will generate a wrong link that points straight to game index.html file not the game page with iframe.
if i create a redirect in the index.html with this:
<script>
// Check if the current page is being loaded directly
if (window.top === window.self) {
// Redirect to the correct URL
var newUrl = window.location.href.replace('/games/', '/jocuri/');
window.location.href = newUrl;
}
</script>
all good with the redirect but it loses the room number on ipx
:(
The text was updated successfully, but these errors were encountered:
if i have a game running in iframe (cloud arcade) then ipx will generate a wrong link that points straight to game index.html file not the game page with iframe.
if i create a redirect in the index.html with this:
all good with the redirect but it loses the room number on ipx
:(
The text was updated successfully, but these errors were encountered: