I discovered today that when I use the Intent Camera on B4A the previous page "B4XPage_Appear" does not execute, not sure if it has something to do with the Bug that was discovered on iOS?
From page A, I navigate to a Page B, which takes the picture, this page shows the image to the user. Then when the user goes back using B4XPages.ShowPageAndRemovePreviousPages("A") it does not call B4XPage_Appear on page A, It does not hapen if the user does not take the picture (or activates the intent). I have a Class that handles the Intent Camera (because it its used in many modules).
Someone has faced something similar?
PD: When the camera intent is used (open camera), then none of the "B4XPage_Appear" subs in any B4Xpage works again. If I minimize the app and then restore it, it triggers the B4XPage_Appear event again on every B4XPage
Original thread from https://www.b4x.com/android/forum/threads/b4x-b4xpages-intent-based-camera.120721/#content
From page A, I navigate to a Page B, which takes the picture, this page shows the image to the user. Then when the user goes back using B4XPages.ShowPageAndRemovePreviousPages("A") it does not call B4XPage_Appear on page A, It does not hapen if the user does not take the picture (or activates the intent). I have a Class that handles the Intent Camera (because it its used in many modules).
Someone has faced something similar?
PD: When the camera intent is used (open camera), then none of the "B4XPage_Appear" subs in any B4Xpage works again. If I minimize the app and then restore it, it triggers the B4XPage_Appear event again on every B4XPage
Original thread from https://www.b4x.com/android/forum/threads/b4x-b4xpages-intent-based-camera.120721/#content
Last edited: