B4A Question Persist webview through orientation change - barx    Feb 5, 2014 Is there a way in b4a to persist a webview when the orientation is changed?
We can obviously get the url and reload it, but what if the user has entered some data and then decides to rotate. All is lost.
Searching on net shows the use of manifest edit
android:configChanges="orientation|screenSize"
but it requires
onconfigurationchange()
something that doesn't seem to... B4A Library Facebook - Extends FirebaseAuth to support Facebook - Erel    Nov 7, 2022   (25 reactions)   tags: Facebook Authentication .FacebookActivity" android:configChanges... android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"... B4A Question onConfigurationChanged.... - moster67    Mar 6, 2016 First of all, I have already read the official documentation including disadvantages of using "onConfigurationChanged" and "configChanges attribute" in the manifest and skipping OnCreate. However, sometimes its usage can be justified, for instance when using VideoView and an orientation change takes place. In this case, using the "configChanges attribute" ( android:configChanges="orientation|screenSize") in the manifest, the playing of the video will not... B4A Library Unity Ads Library - Pendrush    Jun 11, 2025   (25 reactions) .AdUnitActivity" android:configChanges....AdUnitTransparentActivity" android:configChanges....AdUnitTransparentSoftwareActivity" android:configChanges....AdUnitSoftwareActivity" android:configChanges... android:configChanges... B4A Library Tappx ads service - Erel    Oct 14, 2018   (22 reactions)   tags: ads :name="com.tappx.sdk.android.AdActivity" android:configChanges....InterstitialAdActivity" android:configChanges="keyboardHidden|orientation|screenSize"....android.VideoAdActivity" android:configChanges="keyboardHidden|orientation|screenSize...:name="com.google.android.gms.ads.AdActivity" android:configChanges... B4A Library Pangle Ads Library - TikTok Company - Pendrush    Apr 9, 2025   (9 reactions) .TTCeilingLandingPageActivity" android:configChanges="keyboardHidden|orientation|screenSize"...:configChanges="keyboardHidden|orientation|screenSize" android:launchMode... android:configChanges="keyboardHidden|orientation|screenSize"....TTVideoLandingPageLink2Activity" android:configChanges....TTAppOpenAdActivity" android:configChanges="keyboardHidden|orientation|screenSize"... B4A Tutorial AdMob mediation - UnityAds (not tested) - Pendrush    Apr 20, 2025   (4 reactions) :name="com.unity3d.services.ads.adunit.AdUnitActivity" android:configChanges....services.ads.adunit.AdUnitTransparentActivity" android:configChanges....services.ads.adunit.AdUnitTransparentSoftwareActivity" android:configChanges....unity3d.services.ads.adunit.AdUnitSoftwareActivity" android:configChanges....adplayer.FullScreenWebViewDisplay" android:configChanges... B4A Library display.io ads service - Erel    Mar 14, 2018   (8 reactions) android:configChanges="orientation|screenSize|keyboardHidden"/> <activity android:name="io.display.sdk.DioTranslucentActivity" android:configChanges... B4A Tutorial AdMob Mediation (with InMobi) - Erel    Sep 26, 2016   (6 reactions)   tags: admob, mediation, firebase :name="com.inmobi.rendering.InMobiAdActivity" android:configChanges... B4A Question Change orientation makes B4Xpages go back to first page - asales    Jul 5, 2025 ): SetActivityAttribute(Main, "android:configChanges", "orientation|layoutDirection... Page: 1   2   3   4   5   6   7   |