Page 1 of 1
Break Messages in Mobile Client
Posted: Tue Mar 17, 2020 11:28 am
by Paul_Ramcharitar
I have set up the
Break Message feature in my environment. It is working as it should in the browser. However, it doesn't seem to work in the profoundui mobile client.
Is it made to work in the mobile client? if not, what alternatives do I have for sending a message to a user/session in the mobile client?
Re: Break Messages in Mobile Client
Posted: Tue Mar 17, 2020 1:20 pm
by Scott Klement
Not sure if break messages are expected to work in mobile or not...?
But, it seems to me that there are a lot of ways to send messages to mobile devices... texts, notifications, IMs, etc...
Re: Break Messages in Mobile Client
Posted: Tue Mar 17, 2020 3:35 pm
by Paul_Ramcharitar
I got it working in the mobile client. The following script which was added in my settings.js file was not being detected in the mobile client.
I had to add the script to another file which loads with the mobile client.
Re: Break Messages in Mobile Client
Posted: Tue Mar 17, 2020 3:45 pm
by Scott Klement
I guess it depends on how you're loading the 'settings.js' file? If its loaded via userdata/custom or via code in your start.html file, then you're correct, that code isn't run in a mobile session.
But, if you load it via the userdata/extension/mobile directory, it should work fine.
Re: Break Messages in Mobile Client
Posted: Wed Mar 18, 2020 11:21 am
by Paul_Ramcharitar
Okay. Thank you for that clarification.