Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+1
person also asked this
people also asked this
Replies
2 replies
Subscribers
10 subscribers
Views
2343 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hello everyone, Is there a way to detect if a user is logged in Appia
Aiac 5
over 11 years ago
Hello everyone,
Is there a way to detect if a user is logged in Appian in a web browser or in a mobile device??
I followed the recomendation from the last webinair to put the report charts together with a paging grid with the same info, but the paging grid it's not available for mobile yet and it shows a message in red, so i want to hide the paging grids only if the user is logged with a mobile device.
Regards...
OriginalPostID-69275
OriginalPostID-69275
Discussion posts and replies are publicly visible
0
jamesw353
over 11 years ago
This has been on my wish list as well. I'm not aware of any way to do it now, but maybe the Appian gurus have something.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
bend
over 11 years ago
If the PC users are using an application portal interface and not a tempo interface then you could setup a dummy process that initializes a variable to true i.e. isMobile. The process would then call a sub process, being your main process, and pass the value of the isMobile variable to your main process to determine if the user is using a mobile device. Expose this new process as the Mobile Action and use your current process to launch the application from the PC. You would then be able to use the isMobile variable to determine the login device and display or hide with this variable.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel