From e53ff6aef58c95a8bae64856278d78857fe4d52a Mon Sep 17 00:00:00 2001 From: dalilareis16 Date: Tue, 12 Nov 2024 09:30:02 +0000 Subject: [PATCH] Update responsive.md Currently, the classes that refer to Browser and Touch Detection are only applied to Reactive Web apps. We have created RPM-5340 to see if this is the intended behaviour or not. In the meantime, this documentation should be updated to avoid misleading customers. If this is the desired behaviour, then the changes in the documentation should be permanent. --- src/building-apps/ui/look-feel/responsive.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/building-apps/ui/look-feel/responsive.md b/src/building-apps/ui/look-feel/responsive.md index c1d931ed0..348f0deb9 100644 --- a/src/building-apps/ui/look-feel/responsive.md +++ b/src/building-apps/ui/look-feel/responsive.md @@ -30,9 +30,9 @@ The CSS classes add the following: * **Device:** .desktop, .tablet, .phone, .iphonex * **Orientation:** .landscape, .portrait -* **Browser:** .chrome, .firefox, .edge, .safari, etc. +* **Browser:** .chrome, .firefox, .edge, .safari, etc. (only applies to Reactive Web apps) * **Operation system:** .windows, .osx, .ios, .android, etc. -* **Touch devices detection:** .is--touch +* **Touch devices detection:** .is--touch (only applies to Reactive Web apps) **Example:**