
Announcements
Hi @
It appears that the issue with the black bar at the bottom of the screen after cancelling the barcode scanner in Power Apps on mobile devices is a known problem. Here are some insights and potential solutions based on the information available:
Common Issue: This problem has been reported by multiple users, indicating it might be a bug related to the keyboard or the barcode scanner control in Power Apps.
Potential Fixes:
Here is an example of how you might implement a workaround in your Power App:
// Add a button to close the barcode scanner and reset the screen
Button.OnSelect = Reset(ScreenName);
// Add a function to handle the barcode scanner cancellation
BarcodeScanner.OnCancel = Reset(ScreenName);
If the response is helpful to you, a like or mark as the correct solution. thank you so much!