Question

Apps10 IE Custom URL in lobby element not going to external webpage

  • 20 March 2023
  • 5 replies
  • 294 views

Userlevel 2
Badge +5

Hello,

I am trying to create an external link that will take our users to an external website. The address is https:\\inet.example.com (example was used to hide the real value). The link works in a browser such as Google.


This is the screen after the link is clicked on.

 

I have tried https:\\www.ebay.com and am able to get to the Ebay page.

Does this have anything to do with the URL address not being ‘https:\\www’?

Thank you in advance!


5 replies

Userlevel 6
Badge +13

Internet Explorer has ended their Support since the first quarter of 2022. Therefore, IFS has stopped using the IEE embedded Internet Explorer browser. For all the Custom menus , lobbies and all other external url uses, you have to use OS default external web browser to avoid the inconveniences. To support this, we have now introduced a setting in the .APPSETTINGS file as ‘alwaysUseExternalBrowser’. Setting this to true will always open web URLs in the external browser from anywhere in IEE. This feature will be available from UPD18.

Userlevel 2
Badge +5

Thank you so much for your answer. Does this mean that if we are not on UPD18 yet - there is no resolution?

Badge +3

Thank you so much for your answer. Does this mean that if we are not on UPD18 yet - there is no resolution?

Hi,

IFS has given a workaround for this issue, which is, you can click the links by the pressing "Shift" Key <Shift+Click> or by pressing the "Ctrl" Key. This action will open ULRs with an external browser. You can set up "Chrome" or "Edge" as the default browser in Apps.

URL Custom Menu Sample (ifs.com)

Userlevel 1
Badge +3

You can also use the navigation to a bat file. 

Contents of the bat file: 
explorer "https://YOUR_URL"

The file must be stored on network storage that all users have access to. 
In the navigation, the file path must be prefixed with file:

 

 

Userlevel 1
Badge +6

Hi. We just run into this issue as well when trying to move to Lobbies from older customized start page. Would need the Lobby links to open to external services (web browser and ECM system) directly. Will test the bat file because the shift or ctrl usage does not force them opening to external service and nobody would remember to use them anyway. This comment is here just to flag this converation so I can find it later and to highlight the relevancy. We are still years away from Cloud+Aurena so we need these tips and tricks, thanks. 

Reply