Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Splitter menu with long list won't scroll
-
Possible issue and I am not certain it is a bug or something else. I have a splitter from the tutorial: https://codepen.io/anon/pen/ZBOpBL and when viewed in the codepen on the device, you can scroll down the list without issue, but from within the debugger it doesn’t. Now, this is the same app that has the drag and drop. I call this:
ons.GestureDetector(document.getElementById('menu')).dispose();
But also re-enable everything. What it does on the device is scroll about halfway then stop. I still can’t get USB debugging to work with Monaca debugger (it pairs but never sees the device), so I can’t live view the CSS. Any initial thoughts?