Different URL View triggers?
Moderator: Martin
Different URL View triggers?
Hello, i use the Web View Trigger alot but what triggers me (pun intended) is the fact that sometimes another kind of intent seems to be triggered instead of it
Example: Clicking a URL in a Youtube video description does not list Automagic as possible browser.
Is there any way i can catch those special "web view intents"?
Example: Clicking a URL in a Youtube video description does not list Automagic as possible browser.
Is there any way i can catch those special "web view intents"?
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Different URL View triggers?
Hi,
It's unlikely that such events can be intercepted. The developer of an app decides if he wants to send the intent to a generic web browser (this one could be intercepted by Automagic) or if he targets a specific browser or even handles the click on the link completely within it's own app.
Regards,
Martin
It's unlikely that such events can be intercepted. The developer of an app decides if he wants to send the intent to a generic web browser (this one could be intercepted by Automagic) or if he targets a specific browser or even handles the click on the link completely within it's own app.
Regards,
Martin
Re: Different URL View triggers?
How do apps like "Download Manager" catch it then? Because they appear in the listMartin wrote: ↑25 Oct 2019 19:26Hi,
It's unlikely that such events can be intercepted. The developer of an app decides if he wants to send the intent to a generic web browser (this one could be intercepted by Automagic) or if he targets a specific browser or even handles the click on the link completely within it's own app.
Regards,
Martin
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Different URL View triggers?
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Different URL View triggers?
As Martin said its app developer decides which link to send to browser. Youtube app will open youtube links by default in app and send other links to browsers. In above screenshot you have clicked a non youtube link.
Re: Different URL View triggers?
So youtube has put all these third party apps in the list???
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Different URL View triggers?
So automagic can easily add itself to intent?
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Different URL View triggers?
In this case it should be possible to register Automagic to handle the intent. I'll investigate what intent is sent and will see if this can be done with the regular View Web URL Intent Received or if this requires another trigger.
Regards,
Martin
Regards,
Martin
Re: Different URL View triggers?
The next update should be able to handle the intents using the regular trigger View Web URL Intent Received.
Regards,
Martin
Regards,
Martin