How to prevent gauges and graphs to move when scrolling?

1 回表示 (過去 30 日間)
Bar
Bar 2023 年 10 月 29 日
回答済み: Christopher Stapels 2023 年 11 月 22 日
Hi,everytime I view my channel on my mobile the gauges are being dragged when I scroll. How can I prevent it and lock them in space?

回答 (3 件)

Yousef
Yousef 2023 年 10 月 29 日
移動済み: Image Analyst 2023 年 11 月 15 日

Yousef
Yousef 2023 年 11 月 15 日
HI @Bar
To prevent gauges from being dragged when scrolling on your mobile channel, you should first look at the CSS settings and use `position: fixed;` to lock the gauges in place. Additionally, check your JavaScript or JQuery code to disable any draggable functionality specifically for the gauges. It's also important to ensure your design is responsive, handling touch events properly, especially if you're using frameworks like React, Angular, or Vue. Using debugging tools like Chrome DevTools can be helpful for diagnosing and fixing the issue. Lastly, if your channel is built on a specific platform like WordPress or a mobile app development framework, consult their respective documentation for platform-specific solutions.

Christopher Stapels
Christopher Stapels 2023 年 11 月 22 日
If its really important, I would suggest you host them in an iframe on another site. The scrolling behavior is sometimes odd on mobile.

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by