Forum Discussion
Todd_Knapp
Sep 17, 2020Copper Contributor
External Websites Published as Apps through App Studio
I'm new to creating app packages in app studio. I have an external web-delivered application that I want to turn into a packaged app so it can be pinned to the sidebar. It's setup and working, but un...
Hilton Giesenow
Sep 18, 2020Brass Contributor
do you own the target website, such that you're able to make changes to it? If so, you could detect that it's a Teams visitor and change the behaviour. If not, what exactly would you expect to happen, given that this is the site's behaviour?
Todd_Knapp
Sep 18, 2020Copper Contributor
Hilton Giesenow - Sadly we do not own the target website. It's a SaaS app that we pay for. The underpinning for Teams is an HTML5 framework. What I was hoping was that in the desktop app there might be a way to have new windows that are opened by an app launch inside the teams client windows (potentially replacing the previously displayed page, or maybe by creating a tab?). Right now when I package the website in App Studio and then pin it to the sidebar, the site launches, authenticates, and then launches a new window which spawns a browser and takes the user outside of teams (boooo). I'd like to keep them inside the teams framework. I hope that helps / makes sense.