Skip to content
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

web support #207

Closed
YeyoM opened this issue May 13, 2024 · 2 comments · Fixed by #210
Closed

web support #207

YeyoM opened this issue May 13, 2024 · 2 comments · Fixed by #210
Assignees
Labels
enhancement New feature or request priority :high Do it ASAP

Comments

@YeyoM
Copy link
Owner

YeyoM commented May 13, 2024

No description provided.

@YeyoM YeyoM self-assigned this May 13, 2024
@YeyoM YeyoM added enhancement New feature or request priority :high Do it ASAP labels May 13, 2024
@YeyoM
Copy link
Owner Author

YeyoM commented May 14, 2024

Current Issues:

  1. pull down to refresh not working
  2. bottom sheet works not great, maybe disable the drag actions on web platform, the done button should be enough
  3. Add go back button on days list
  4. swipe to left to edit or delete an exercise when editing a routine is not showing up
  5. scrollview not working on saved lifts, search lifts and cardio exercises
  6. scrollview not working on edit routine
  7. Alerts are not supported on web platform
  8. Re-order exercises before or after starting a workout not working
  9. Graphs not working properly
  10. CORS error on crowdmeter
  11. Edit and delete buttons on each exercise card when editing a routine is not working
  12. ScrollView not working on edit exercise from routien

@YeyoM
Copy link
Owner Author

YeyoM commented May 14, 2024

Possible solutions...

  1. https://www.npmjs.com/package/react-native-web-refresh-control
  2. https://www.npmjs.com/package/react-modal-sheet (disableDrag: false)
  3. just design
  4. Modified so that web platforms this functionality is disabled, and just show the edit and delete buttons right away
  5. just desing
  6. just design
  7. https://stackoverflow.com/questions/65481226/react-native-alert-alert-only-works-on-ios-and-android-not-web
  8. Doesn't not work with react-native-gesture-handler ^2.16.0 on web. computerjazz/react-native-draggable-flatlist#531 the last comment there is a temporal solution
  9. Will solve in another issue
  10. The first solution is to check for CORS config on the server. The second possible solution if modifying the server is not an option, would be to create a function to act as a proxy server, to redirect the requests and eliminate the CORS errors, here is a great example... https://vercel.com/templates/next.js/edge-functions-cors
  11. just design

@YeyoM YeyoM pinned this issue May 15, 2024
@YeyoM YeyoM linked a pull request May 27, 2024 that will close this issue
@YeyoM YeyoM unpinned this issue May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority :high Do it ASAP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant