I’m trying to figure out how to open up one of my web apps inside another of my web apps. It is on Xojo cloud and the apps are subdomained. The main app is my fund accounting app. It is on the server at fund.schoolaccounting.com. Inside of that app I want to open up a chat app that is on the server at chat.schoolaccounting.com. The reason I have it this way is because I have 4 other apps on the cloud but I want one chat to run in all the apps.
However, when I use the html view to load the url for chat.schoolaccounting.com, it does not load the chat app. The chat app runs fine locally. But, it will not run embedded in the other apps. What am I doing wrong? Can anyone help me through this? Thanks in advance!
Unfortunately I cannot provide the application. It’s large application and has a lot of proprietary code in it and I am not allowed to share it. Here is a picture of what is happening. The chat app is at 710 wide. The html viewer is at 710. It is not showing the entire chat app inside of the html viewer.