We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cfe1f commit acd3cd8Copy full SHA for acd3cd8
src/core-tabs/tab-navigation/index.android.ts
@@ -215,6 +215,7 @@ export abstract class TabNavigation<T extends android.view.ViewGroup = any> exte
215
const context: android.content.Context = this._context;
216
const nativeView = new org.nativescript.widgets.GridLayout(context);
217
const viewPager = new androidx.viewpager2.widget.ViewPager2(context);
218
+ viewPager.setSaveEnabled(false);
219
const lp = new org.nativescript.widgets.CommonLayoutParams();
220
lp.row = 1;
221
if (this.tabsPosition === 'top') {
0 commit comments