Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ag.openURL is not working #5

Open
CaioMatias opened this issue Jan 15, 2017 · 2 comments
Open

ag.openURL is not working #5

CaioMatias opened this issue Jan 15, 2017 · 2 comments

Comments

@CaioMatias
Copy link

Hi,

I found this method here (it isn't in the documentation wiki), but it isn't working on iplanner.
Is there a way to open an external URL without leave the presentation?

Right now I'm using window.open() but I'm not able to return to the presentation after check the url content.

Thank you.

@ChawkiTlich
Copy link

Hi,

I am facing the same issue with the ag.openURL method.

Did you find a fix or any workaround other than window.open() which is, like you said, not practical.

Thank you.

@ChawkiTlich
Copy link

ChawkiTlich commented Feb 17, 2020

Hi,

The Engager App added the have the ability to open external links in a browser.

All you need to do is to specify the link in the correct way. An example of this is:

<a href="agnitiodefaultbrowser://www.agnitio.com">Click here</a>

Instead for using http or https in the URL, you use agnitiodefaultbrowser instead. This will open the link in the native/default browser, while keeping the Engager app running. It only works in a face-to-face session, so if a presentation is to be used in a remote session, it needs to have a fall back URL with http/https.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants