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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment
Describe the bug
Swiping a content item of Tabs crashes the application on iOS.
Tabs
To Reproduce
<Page> <Tabs id="tabs"> <TabStrip> <TabStripItem title="TabStripItem 1"> </TabStripItem> </TabStrip> <TabContentItem> <Label text="TabContentItem 1" /> </TabContentItem> </Tabs> </Page>
Output
CONSOLE LOG file:///app/bundle.js:62378:16: ### NativeScriptError: TypeError: undefined is not an object (evaluating 'nextItem.__controller') CONSOLE LOG file:///app/bundle.js:62379:16: ### nativeException: undefined CONSOLE LOG file:///app/bundle.js:62380:16: ### stackTrace: JS: 1 pageViewControllerViewControllerAfterViewController@file:///app/Users/vchimev/git/NativeScript/tns-core-modules/ui/tabs/tabs.ts:281:49 2 UIApplicationMain@[native code] 3 _start@file:///app/Users/vchimev/git/NativeScript/tns-core-modules/application/application.ts:321:26
The text was updated successfully, but these errors were encountered:
fix(ios-tabs): a crash on swiping a content item
f6df7e5
Fixes #7459.
5dd9fbd
38eab69
refactor(tabs): strip item appearance and creation (#7466)
c34a48a
* test(e2e): add tab strip items pages * fix(ios-tabs): a crash on swiping a content item Fixes #7459. * feat(android-tabs): create tab item spec from image and label Implements NativeScript/nativescript-angular#1884 for Android. * feat(ios-tabs): tab bar item appearance Implements #7436 and NativeScript/nativescript-angular#1884. * refactor(ios-tabs): move _hasImage and _hasTitle properties
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Environment
Describe the bug
Swiping a content item of
Tabs
crashes the application on iOS.To Reproduce
Output
The text was updated successfully, but these errors were encountered: