bug: Sort not working in Android #3580
Unanswered
ahadjithoma
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
I have created an angular pipe to sort my array data. While in browser everything works as expected and my data is correctly sorted, when I build the app in Android it doesn't work as expected.
Capacitor Version
Platform(s)
Android
Current Behavior
Sorting doesn't affect the data order
Expected Behavior
Sort array items
Other Technical Details
npm --version
output: 6.14.2node --version
output: v12.14.1Additional Context
My sort pipe. I am using bubble sort since I thought the
Array.sort
could be the problem but either way it doesn't work.Beta Was this translation helpful? Give feedback.
All reactions