Primefaces supports both web and mobile version. There is some minor difference in coding the two version.
Is there anyway to use primefaces for both WEB and MOBILE version? I mean single code base which supports both MOBILE and WEB version using primefaces? (something similar to the applications built by bootstrap)
<f:view renderKitId="PRIMEFACES_MOBILE" />
will switch all the components to primefaces mobile but I am looking to a way to load this tag only on mobile devices so the primefaces mobile components will be shown on mobile, otherwise do not load this tag and the normal primefaces components will be shown. – Jad Chahine