Are there more Appian Mobile Functions?
I have a few business requirements for our mobile development and I can't find any information that can help. The only mobile functions that I can find are:
isNativeMobile()
isNativePhone()
isNativeTablet()
So are there any mobile functions OOTB or from a plug-in that helps me:
- Know if a specific app has been downloaded on the users phone
- Open a specific app on a specifics phone
- What OS the device is using so I can send them to an appropriate app store (Apple App Store, Google Play Store, Galaxy App Store if neither are an option, etc.)
