Skip to content

Problems with existing mobile components #2184

Closed as not planned
Closed as not planned
@lindapaiste

Description

@lindapaiste

I'm making this issue to document some of the problems with the existing MobileIDEView (and other mobile components) and keep track of them as I fix them. There are a lot of features that haven't been implemented, but I'm focusing more on bugs and mistakes.

Note that none of the mobile UI is available to end users at the moment due to the MOBILE_ENABLED flag, which is false in production.

image

  • 2. 404 Not Found error when accessing /preferences directly:
    These URLs need to be added to the server in addition to the client. Which is simple enough, but also annoying and feels fragile.

image

  • 3. App crashes when selecting Theme due to invalid value "Dark" instead of "dark".
    This gets saved to the user's preferences in the API and cannot be fixed by the user.
    Fixed by Fix problems in MobileIDEView (#2184) #2185

image

image
image

image

  • 6. Preview doesn't do anything, due to these postMessage errors:
    I have not figured out why this works on the desktop version but doesn't work here.
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: MobileFor issues affecting mobile or responsive behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions