jsf - Disable Primefaces p:sticky on mobile devices -
dears i'm working on responsive layout has sticky header should sticky on desktop systems on mobile sticky behavior should disabled.
<h:panelgroup id="headersection" class="skbbackground" layout="block"> header content </h:panelgroup> <p:sticky target="headersection" /> pf 5.3.0 theme - modena jsf - mojarra 2.2.12 glassfish - 4.1
Comments
Post a Comment