-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compatibility check and testing for Responsive Design (materialize) #55
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This issue should not be considered stale. |
Please check your Responsive Design |
28 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Notification from ioBroker Check and Service Bot
Dear Adapter developer,
ioBroker should be fully usable and operable on mobile devices
So please check your Materialize or React based Adapter for Responsive Design.
You can perform these tests in the developer console of your browser (F12).
Future additions and corrections to this issue will be published at the responsive-design-initiative repository. Please check https://github.com/iobroker-community-adapters/responsive-design-initiative?tab=readme-ov-file#responsive-design-initiative for updates.
For adapters in the Materialize design, important classes for the correct resolution should also be used for mobile devices.
List of classes for different display sizes:
The recommended values for a
<div>
are as follows:The classes s,m and l must be configured in each
<div>
.Custom css for the mobile resolution
If you use your own CSS styles in your adapters, you should define the necessary values for the mobile resolution in the area. The area must be listed as follows in the CSS:
Integration of css and js files
It is also important that the following js and css files are included in index_m.html or tab_m.html
Adapter-settings.js and adapter.css are very important for a responsive design. These files are provided and maintained by the admin.
Please close the issue after you checked it.
Feel free to contact me (@ioBroker-Bot) if you have any questions.
And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.
your
ioBroker Check and Service Bot
@simatec for evidence
Note: If you added Responsive Design tests already, simply close this issue.
The text was updated successfully, but these errors were encountered: