You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ScreenBreakpoints class has these parameters desktop, tablet, and watch only, meanwhile with methods like getValueForScreenType you can work with these parameters desktop, mobile, tablet, and watch, so what happened with mobile in ScreenBreakpoints class?
The text was updated successfully, but these errors were encountered:
Break points is exactly what it is in html responsive sizing.
mobile breakpoint of 500 means everything under 500 is treated as screen type mobile. The same for everything else. I have videos about it that you can watch on the filledstacks channel.
________________________________
From: William Arcaya C. ***@***.***>
Sent: Saturday, July 17, 2021 4:28:21 AM
To: FilledStacks/responsive_builder ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [FilledStacks/responsive_builder] How to understand the relationship between ScreenBreakpoints and Screen types? (#34)
ScreenBreakpoints class has these parameters desktop, tablet, and watch only, meanwhile with methods like getValueForScreenType you can work with these parameters desktop, mobile, tablet, and watch, so what happened with mobile in ScreenBreakpoints class?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#34>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA3M72WYPBKYP5S2FDVUYV3TYDTELANCNFSM5AQSPXYA>.
ScreenBreakpoints
class has these parametersdesktop
,tablet
, andwatch
only, meanwhile with methods likegetValueForScreenType
you can work with these parametersdesktop
,mobile
,tablet
, andwatch
, so what happened withmobile
inScreenBreakpoints
class?The text was updated successfully, but these errors were encountered: