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
My idea: either in config or query param (not device_view) set the desired view (not device type, view). Catch it in a listener, and set the view in the DeviceView service. The use the device view service or twig functions.
I need to test a portion of code where
isMobile()
method is used, so I need to get two different cases,true
andfalse
.How can I do it?
TIA
The text was updated successfully, but these errors were encountered: