Does powerapps offer some type of function or API to tell me if a "button" was pushed from a Cellphone or Tablet device ?
Dave

Does powerapps offer some type of function or API to tell me if a "button" was pushed from a Cellphone or Tablet device ?
Dave
Hello @Anonymous
I never been in this scenario but I think that checking the user agent can help you identify the device.
http://powerappsguide.com/blog/post/detect-web-browser
Also I found a tutorial that answer your question.