A token with a factory. It takes WA_IS_MOBILE and WA_IS_IOS , returns true if the device is mobile but not iOS (technically includes Windows Phone, Blackberry etc.)
<p>
A token with a factory. It takes
<a
fragment="is-mobile"
routerLink="."
tuiLink
>
WA_IS_MOBILE
</a>
and
<a
fragment="is-ios"
routerLink="."
tuiLink
>
WA_IS_IOS
</a>
, returns true if the device is mobile but not iOS (technically includes Windows Phone, Blackberry etc.)
</p>
A token with a factory. It takes WA_IS_MOBILE and if it is true detects iOS devices with a regex
<p>
A token with a factory. It takes
<a
fragment="is-mobile"
routerLink="."
tuiLink
>
WA_IS_MOBILE
</a>
and if it is true detects iOS devices with a regex
</p>