html - Minimal Responsive Menu (Pure CSS) in not working on android default browser -
i use minimal responsive menu (pure css) in project navigation menu.
http://codepen.io/nickisix/pen/julqa
i test navigation in useful browser. results in google chrome, mozilla firefox , opera ok, in android (4.2) default browser when click on ≡, nothings happened. how can fix this?
i think you've forgotten
<meta name="viewport" content="width=device-width, initial-scale=1.0">
in head. tells device use media queries, included in css. may fix problem.
Comments
Post a Comment