Hello everyone,
I am not entirely sure if it is possible, but will ask, as suggested by "alpha user". Is it possible to see the detail of an item by clicking in any of the whole area, instead of just the arrow?
The user, when faced with this screen, to see the detail has to touch the ">" symbol, anywhere else does not work. Is it possible for the user to touch anywhere of the yellow box so they can see the detail of the entry?
Thanks in advance,
Solved! Go to Solution.
Hi @FelipeCaru ,
I agree with @CarlosFigueira 's thought almost. I have also made a test on my side (on my iOS mobile device and web browser), and don't have the issue that you mentioned.
The screenshot as below:
Set the OnSelect property of the Gallery to following:
Navigate(DetailScreen1, ScreenTransition.None)
Set the OnSelect property of the ">"(Navigate) button or other controls within the Gallery to following:
Select(Parent)
Please take a try to turn off/disable the "Improved app rendering (final validation)" option within Advanced settings of App settings of your app, re-publish your app, then check if the issue is solved.
Also please check if the version of the PowerApps Mobile App in your Mobilde device is the latest version, if not, please upgrade it to the latest version, then run your app again, check if the issue is solved.
If the issue still exists, please consider take a try to uninstall your PowerApps Mobile App from your Mobile device, then re-install it, try your app again, check if the issue still exists.
Best regards,
You can move the "Navigate" expression from the OnSelect property in the arrow icon to the gallery itself. In the controls inside the gallery, you will then need to set their OnSelect property to refer to the Select of the gallery itself, with the expression
Select(Parent)
The attached app shows this expression in use. To open it, save it locally, go to https://create.powerapps.com, then select Open (Abrir), Browse (Examinar archivos), and find the file that you saved locally.
Hope this helps!
Hi @FelipeCaru ,
I agree with @CarlosFigueira 's thought almost. I have also made a test on my side (on my iOS mobile device and web browser), and don't have the issue that you mentioned.
The screenshot as below:
Set the OnSelect property of the Gallery to following:
Navigate(DetailScreen1, ScreenTransition.None)
Set the OnSelect property of the ">"(Navigate) button or other controls within the Gallery to following:
Select(Parent)
Please take a try to turn off/disable the "Improved app rendering (final validation)" option within Advanced settings of App settings of your app, re-publish your app, then check if the issue is solved.
Also please check if the version of the PowerApps Mobile App in your Mobilde device is the latest version, if not, please upgrade it to the latest version, then run your app again, check if the issue is solved.
If the issue still exists, please consider take a try to uninstall your PowerApps Mobile App from your Mobile device, then re-install it, try your app again, check if the issue still exists.
Best regards,
Thank you, that worked. I think my error was to have same navigation in gallery and the item itself.
Altough, I do not know what that disabling thing in the advance option is, didn't touch it. It also said that it is soon to be removed (?) in its description.
Regardless, thanks for the help, have solved my issue.
User | Count |
---|---|
198 | |
123 | |
88 | |
48 | |
40 |
User | Count |
---|---|
277 | |
166 | |
138 | |
82 | |
76 |