On my web browser, it's loading the page fine. When I tried on my mobile or tablet, this one page will crash and log me out from PowerApps.
It didn't give me any error message log me out right away. My data source is from SharePoint with only 5 rows for testing.
Can someone guide me through how to troubleshoot this issue?
Edit: I just found out that Gallary page button that takes me to detail page is the one causing the issue. The following code crashing the app. Any idea?
Select(Parent); Navigate(Details, ScreenTransition.Fade, {GBarcode : Gallery1.Selected.Title2.Text})
Solved! Go to Solution.
The back button = back()
Anyway, I restored to last 3 days and building it again. It's seen to be working now. I'm going to keep checking portable devices as I move forward.
Thank you!
Unsure, but try this in a separate copy of app (use Save As to make another copy of app):
What if the Barcode Scanner is removed entirely - does it still crash?
This is just to check it, you obviously may want to put it back in.
Does it crash even if the Barcode functionality is taken out?
I have two pages that have barcode scan function. Removing barcode didn't help either. I'm trying to remove everything one by one. Even my home button crashes and log me out. This is very frustrating. I don't have issue with the web browser.
Try these steps:
It crashes. I removed everything in the Gallary page where I scan the barcode except the home button. That button also logs me out. I have nothing else to remove for testing.
@WhatisPowerApps can you share a session id of the crash? Thanks.
Here is how you can find the session id:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/get-sessionid
So then if that is the only button...and it still crashes it.
What does the home button do specifically?
That is, what does its OnSelect property say on it, etc.
The back button = back()
Anyway, I restored to last 3 days and building it again. It's seen to be working now. I'm going to keep checking portable devices as I move forward.
Thank you!