You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m experiencing the same issue reported and have created an example on StackBlitz to help demonstrate it: stackblitz Example
Could you please take a look and let me know if there’s any solution or workaround available?
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
Swipeble segments' segment buttons not working with variables:
If I add manually segment-button with the content-id of the first segment view (general) it works:
If I add the same like this [contentId]= it doesnt work:
Note: ion-segment-views are swipeable, swiping doesnt change active status of segment buttons or clicking segment-buttons doesnt change the view.
Expected Behavior
Swipeable tabs would work when using variables for content-id / [contentId]
Steps to Reproduce
Play around with the code on "current behaviour"
Code Reproduction URL
no url
Ionic Info
Ionic:
Ionic CLI : 7.2.0 (/Users/.../.nvm/versions/node/v18.20.4/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 8.4.0
@angular-devkit/build-angular : 17.3.11
@angular-devkit/schematics : 17.3.11
@angular/cli : 17.3.11
@ionic/angular-toolkit : 11.0.1
Capacitor:
Capacitor CLI : 6.1.2
@capacitor/android : 6.1.2
@capacitor/core : 6.1.2
@capacitor/ios : 6.1.2
Utility:
cordova-res : not installed globally
native-run : 2.0.1
System:
NodeJS : v18.20.4 (/Users/.../.nvm/versions/node/v18.20.4/bin/node)
npm : 10.7.0
OS : macOS Unknown
Additional Information
No response
The text was updated successfully, but these errors were encountered: