If i have 2 Pages and on the second page is the keyboard open and i go to the first page back, then the KeyboardStateChanged event is firing, but on the first page, not on the second page where the keyboard is open.
I dont think this is the right behavior.
On "b4xp_notes" the keyboard is open on the "mainpage" not.
I have a bug because of this, my list on the 1st page is calculated with the keyboard height, although no keyboard is open on the page.
I dont think this is the right behavior.
On "b4xp_notes" the keyboard is open on the "mainpage" not.
B4X:
Application_Start
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
Application_Active
Writing analzed variants.
*** mainpage: B4XPage_Disappear [mainpage, b4xp_notes]
*** b4xp_notes: B4XPage_Appear [mainpage, b4xp_notes]
*** b4xp_notes: B4XPage_Resize [mainpage, b4xp_notes]
Writing analzed variants.
*** b4xp_notes: B4XPage_KeyboardStateChanged [mainpage, b4xp_notes]
*** b4xp_notes: B4XPage_KeyboardStateChanged [mainpage, b4xp_notes]
*** b4xp_notes: B4XPage_Disappear [mainpage, b4xp_notes]
*** mainpage: B4XPage_Appear [mainpage]
*** mainpage: B4XPage_KeyboardStateChanged [mainpage]
*** mainpage: B4XPage_KeyboardStateChanged [mainpage]
*** mainpage: B4XPage_KeyboardStateChanged [mainpage]
*** mainpage: B4XPage_Disappear [mainpage]
*** b4xp_notes: B4XPage_Appear [b4xp_notes]
*** b4xp_notes: B4XPage_Disappear [b4xp_notes]
*** mainpage: B4XPage_Appear [mainpage]
*** mainpage: B4XPage_KeyboardStateChanged [mainpage]
*** mainpage: B4XPage_KeyboardStateChanged [mainpage]
*** mainpage: B4XPage_KeyboardStateChanged [mainpage]
*** mainpage: B4XPage_Disappear [mainpage]
*** b4xp_notes: B4XPage_Appear [b4xp_notes]
Application_Inactive
Application_Background
*** b4xp_notes: B4XPage_Disappear [b4xp_notes]
Can't end BackgroundTask: no background task exists with identifier 1027 (0x403), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
I have a bug because of this, my list on the 1st page is calculated with the keyboard height, although no keyboard is open on the page.