Page 1 of 1

Execute Trigger on Web but not in Mobile

Posted: Sat Apr 18, 2020 6:20 am
by ricardodalisay0816
Is there a way to create a condition where the triggers would only execute only on the web but not in mobile. I have a trigger set in before a dynaform loads up. It works fine on the web but it gives me an error when in mobile.

Re: Execute Trigger on Web but not in Mobile

Posted: Thu May 14, 2020 5:25 pm
by RicardoMG
Hello,

It is not possible to run the trigger only on the web and not on mobile.

Best regards, Ricardo.

Re: Execute Trigger on Web but not in Mobile

Posted: Mon May 25, 2020 11:09 pm
by barrywallace
There's no way to do that. The only way to do so is that you create two independent apps, 1 for mobile and 1 for web.

Re: Execute Trigger on Web but not in Mobile

Posted: Wed Jun 24, 2020 3:57 pm
by programerboy
Hi,
You can check $_SERVER['HTTP_USER_AGENT'] value and set your condition based it.

Please check the following link:
http://pmlearning.info/plugins.php

Re: Execute Trigger on Web but not in Mobile

Posted: Wed Mar 10, 2021 11:24 am
by technologywell
i face same on this website : https://technologywell.com/

Re: Execute Trigger on Web but not in Mobile

Posted: Mon Aug 02, 2021 3:05 am
by osmosoom
You'll try restarting the device.
https://bdescargar.com/

Re: Execute Trigger on Web but not in Mobile

Posted: Sat Sep 04, 2021 12:23 am
by williamsonalford
There isn't any way to accomplish it. The only way to achieve this is to develop two separate applications, one for mobile and one for the web.

Re: Execute Trigger on Web but not in Mobile

Posted: Sun Jan 02, 2022 9:34 am
by Denkane
Also need the solution. Thanks for this. Is there any update?

Re: Execute Trigger on Web but not in Mobile

Posted: Tue Jan 04, 2022 10:47 am
by sainrishab
Great! thanks for sharing.