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

bugfix: Styling Issues in Wrappid Mobile Applications #121

Open
2 tasks done
PritamBag opened this issue Nov 2, 2024 · 1 comment · Fixed by #122
Open
2 tasks done

bugfix: Styling Issues in Wrappid Mobile Applications #121

PritamBag opened this issue Nov 2, 2024 · 1 comment · Fixed by #122
Assignees
Labels
bugfix Pull Requests that fixes a bug

Comments

@PritamBag
Copy link
Member

PritamBag commented Nov 2, 2024

Describe the bug
There are multiple styling issues in Wrappid's style package, written primarily with CSS styles that work on the web but do not translate well to mobile. This is causing numerous errors and unexpected behaviours in mobile applications. Consequently, addressing these style compatibility issues is essential for improving the user experience and reducing support requests.


Task

To Reproduce
Steps to reproduce the behaviour:

  1. Set up the mobile environment.
  2. Start the server.
  3. Observe various errors related to styling in the mobile application.

Expected behaviour
All styles should work seamlessly in the mobile application, similar to their behaviour on the web.


Stack Trace


Screenshots


Additional context

  • The styling issues appear to stem from using certain CSS properties that do not have equivalent support in React Native.
  • Some properties that work on the web (like float, flex, and certain CSS values) are causing layout problems or crashing the app on mobile.

Suggested Next Steps for Resolution

  • Review the style properties being used in the Wrappid style package for compatibility with React Native.
  • Refactor styles to align with Flexbox principles and React Native styling conventions.
  • Test extensively on various devices and API levels to ensure consistent behaviour.
@PritamBag PritamBag added the bugfix Pull Requests that fixes a bug label Nov 2, 2024
@PritamBag PritamBag self-assigned this Nov 2, 2024
PritamBag added a commit that referenced this issue Nov 2, 2024
Changes I have done mainly in add Flavour function, The code is not good this should be update in near future but for now it's working, Styles are checked including DEV_BORDER, ALIGNMENT,BG,BORDER,COLOR,FLEX,MARGIN,PADDING

Ref: #121
@PritamBag PritamBag linked a pull request Nov 2, 2024 that will close this issue
8 tasks
techoneel added a commit that referenced this issue Nov 2, 2024
build fix changes

Ref #121
techoneel added a commit that referenced this issue Nov 2, 2024
build fix changes

Ref #121
@techoneel techoneel mentioned this issue Nov 2, 2024
8 tasks
@PritamBag
Copy link
Member Author

PritamBag commented Nov 2, 2024

As not completed reopened this

@PritamBag PritamBag reopened this Nov 2, 2024
PritamBag added a commit that referenced this issue Nov 2, 2024
commented the code that give lint error

Ref: #121
PritamBag added a commit that referenced this issue Nov 2, 2024
PritamBag added a commit that referenced this issue Nov 2, 2024
updated lint error

Ref: #121
PritamBag added a commit that referenced this issue Nov 4, 2024
this are temporary fix for mobile application, this needs to update in future

Ref: #121
PritamBag added a commit that referenced this issue Nov 5, 2024
diamension is help to calculate height, width in mobile application, Also fix styles in add flavour

Ref: #121
PritamBag added a commit that referenced this issue Nov 5, 2024
diamension is help to calculate height, width in mobile application, Also fix styles in add flavour

Ref: #121
PritamBag added a commit that referenced this issue Nov 5, 2024
PritamBag added a commit that referenced this issue Nov 11, 2024
make a seperate file for add flavour and chnage functionality as needed, it's not fully complete we have to complete it

Ref: #121
PritamBag added a commit that referenced this issue Nov 13, 2024
border top, bottom, right, left are not woking, so I fixed this

Ref: #121
PritamBag added a commit that referenced this issue Nov 13, 2024
border top, bottom, right, left are not woking, so I fixed this

Ref: #121
PritamBag added a commit that referenced this issue Nov 14, 2024
PritamBag added a commit that referenced this issue Nov 19, 2024
mobile related changes

Ref #121
PritamBag added a commit that referenced this issue Nov 20, 2024
fix issue related to linting

Ref #121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Pull Requests that fixes a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant