Israel Gallegos Member Licensed User Longtime User Aug 18, 2022 #1 Hi, i Added these attributes to my code to use swipe gesture function but Is possible disable the return function to login page? #PlistExtra:<key>UIStatusBarStyle</key> #PlistExtra:<string>UIStatusBarStyleLightContent</string> #PlistExtra:<key>UIViewControllerBasedStatusBarAppearance</key> #PlistExtra:<false/>
Hi, i Added these attributes to my code to use swipe gesture function but Is possible disable the return function to login page? #PlistExtra:<key>UIStatusBarStyle</key> #PlistExtra:<string>UIStatusBarStyleLightContent</string> #PlistExtra:<key>UIViewControllerBasedStatusBarAppearance</key> #PlistExtra:<false/>
Erel B4X founder Staff member Licensed User Longtime User Aug 18, 2022 #2 Use B4XPages.ShowPageAndRemovePreviousPages Upvote 0
ilan Expert Licensed User Longtime User Aug 18, 2022 #3 Erel said: Use B4XPages.ShowPageAndRemovePreviousPages Click to expand... hmm... i thought this is relevant only in B4j. ? Upvote 0
Erel said: Use B4XPages.ShowPageAndRemovePreviousPages Click to expand... hmm... i thought this is relevant only in B4j. ?
Erel B4X founder Staff member Licensed User Longtime User Aug 18, 2022 #4 Not at all. It is very relevant to B4A and B4i as well. It is demonstrated in the very first example: https://www.b4x.com/android/forum/t...k-for-managing-multiple-pages.118901/#content Upvote 0
Not at all. It is very relevant to B4A and B4i as well. It is demonstrated in the very first example: https://www.b4x.com/android/forum/t...k-for-managing-multiple-pages.118901/#content