giannimaione Well-Known Member Licensed User Longtime User Apr 15, 2024 #1 Hi, how to check which device the user uses; example tablet, smartphone, desktop or screen resolution furthermore there is a device identifier or a session identifier
Hi, how to check which device the user uses; example tablet, smartphone, desktop or screen resolution furthermore there is a device identifier or a session identifier
MichalK73 Well-Known Member Licensed User Longtime User Apr 15, 2024 #2 B4X: If BANano.IsPhone Then End If If BANano.IsTablet Then End If Upvote 0