Hi,
I have an app in PowerApps that uses Camera control to capture images. This worked well on the desktop but clicking an image on my mobile phone would just hang the app still and wouldn't let me do anything with the App. Can anyone help?
Solved! Go to Solution.
by the way, of course preview on:
https://eu.create.powerapps.com/studio/
looks good as well. (newest google chrome)
tried republish
tried deleting cache
tried another user
Other things I tried are:
1) In the same camera screen I had a collect(cameraphoto) command in 2 places, in a button as well as on the camera capture's onselect property.
2) I had a bad variable in the Gallery.
disabled everything around, same error occured.
problem was the camera-function itself.
problem solved by
deleting camera and put same control in the same way inside the app again.
I hate this kind of errors!