You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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
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
Problems found in version 1.2.3
The text was updated successfully, but these errors were encountered: