-
-
Notifications
You must be signed in to change notification settings - Fork 241
Added SegmentedBarItem to element registry. #179
New issue
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
Conversation
This works on iOS, but on Android I get the following error: Unhandled Promise rejection: Error in pages/rides/rides.html:2:8 caused by: Cannot read property 'newTabSpec' of undefined ; Zone: angular ; Task: Promise.then ; Value: Error: Error in pages/rides/rides.html:2:8 caused by: Cannot read property 'newTabSpec' of undefined TypeError: Cannot read property 'newTabSpec' of undefined |
I get the same error on android, sadly... |
Same error... |
Same error.. |
Having this issue as well. This is almost a year old, any update here at all? |
That worked for me, awesome! Only now I have another issue. The segmented bar items repeat to the end of the view until I do something to refresh the view. Ie: I have Daily, Weekly, Monthly SegmentedBarItems and it displays "Daily/Weekly/Monthly/Daily/Weekly/Monthly" until I navigate to another page, when I go back it displays them correctly. Hmm. Edit: Looks like the issue is combining it with *ngIf. I removed the if from the StackLayout housing the Segmented Bar and all is well. |
Yep, went throughout it too @murphmar . Managed to fix it by not using Try this
Let me know how that goes. Thanks |
@OscarLopezArnaiz Still the same issue for me. What ended up working for me was creating the whole thing programmatically on the component. |
Added SegmentedBarItem to element registry. And now
SegmentedBarItem
could be added via HTML.