Hi all,
I have a mobile live site only issue. When setting $w(‘#selectionTags’).value with code, the value sets fine in the editor, and desktop live site but not mobile live site.
To recreate:
Go to www.psldn.com , select some categories then press ‘go’.
This will take you to www.psldn.com/findevents which retrieves the tag string you selected from storage and sets the $w(‘#tags’).value
In the editor (mobile and desktop) and desktop live site, this works fine and then powers the search, but not in mobile live site. I’ve checked and the string gets retrieved correctly from storage, it’s only after I convert to an array and add to the tags that it fails.
Any help very gratefully received.
Thanks in advance
Luke