Reputation: 2203
Our company makes a web-site based on SharePoint, and one of its WebParts is made with Angular. It works with any browsers and devices, except Web@Work on a mobile device inside MobileIron infrastructure.
As far as I know Web@Work uses MobileIron for security and management (AppConnect mode). If that infrastructure is absent, it works in standalone mode (non-AppConnect mode) and it is not secured or managed by MobileIron.
So, this WebPart works on Web@Work in standalone mode, but doesn’t inside MobileIron infrastructure.
And also it’s not possible to debug it with that browser. Are there any settings in MobileIron that can cause this problem?
Upvotes: 0
Views: 156
Reputation: 16110
I don't think you have an issue with Web@Work, but rather with the AppTunnel which is a VPN functionality inside of AppConnect.
If your app requires a VPN in order to work than this is what is causing an issue if it's not configured properly.
If you are in contact with the admins that manage the MobileIron platform then you can try these things:
They might have configured rules for the VPN inside Web@Work for other apps but not for the endpoints that your app requires.
Upvotes: 1