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

Problems found in version 1.2.3 - #8

Open
rayyueyue opened this issue Nov 29, 2021 · 2 comments
Open

Problems found in version 1.2.3 - #8

rayyueyue opened this issue Nov 29, 2021 · 2 comments

Comments

@rayyueyue
Copy link

Problems found in version 1.2.3

  1. Do not run properly on machines older than Android 10. The device list do not show up. Version 1.2.0 can run properly on machines as old as Android 5.
  2. The device list cannot scroll up on version 1.2.3. If more than 10 devices exist in the mesh(on my handphone, 11 device exceed the space available to hold all the device in the device list), The device list cannot scroll up. The device list in version 1.2.0 can scroll up properly.
@rayyueyue
Copy link
Author

I found the solution for problem 2:
Three lines in style.css (\app\src\main\assets\web\app\css\syle.css) are missing in version 1.2.3 compare with version 1.2.0
at line 244
.overflow-touch .mint-loadmore {
overflow: auto !important;
}
Problem solved after put these few lines back to version 1.2.3

@rayyueyue
Copy link
Author

Problems found in version 1.2.3

  1. Do not run properly on machines older than Android 10. The device list do not show up. Version 1.2.0 can run properly on machines as old as Android 5.
    I found the cause of this issue is in my coding, not a problem in version 1.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant