swatme
Well-known member
Hi
im using xf 1.2 now
how to determine if the user is onmobile/ipad/tablet/phone?
basically i want to use if is and display text for mobile users and desktop pc.
<xen:if is="onmobile/tablet/phone">
WOW you are browsing thru your mobile
<xen:else />
Hi you are using desktop pc
</xen:if>
what is the code for on mobile?
im using xf 1.2 now
how to determine if the user is onmobile/ipad/tablet/phone?
basically i want to use if is and display text for mobile users and desktop pc.
<xen:if is="onmobile/tablet/phone">
WOW you are browsing thru your mobile
<xen:else />
Hi you are using desktop pc
</xen:if>
what is the code for on mobile?