Open dec opened 8 years ago
Thanks very much @RadMie.
Hi, I see you have a property called "dynamicOptions", was wondering how to use that? I've been trying to resize the knob (make larger) on hover:
Great job on the directive. It's working perfectly in my project. Any update on the responsive options?
Right now, the build of the knob requires every scope option to relate to one another in a pixel perfect way. A temp solution could be to change the scope options based on a media query, i.e. get your display type, then deliver knobs custom to that display type (instead of trying to make it responsive with percentages.)
Hi @basedrop, you may be interested in https://github.com/RadMie/ng-knob/pull/42. I found this thread after I built a solution for myself as I couldn't easily handle all the various device types from ipad to nexus5 with a hard coded size.
Hello,
First of all, many thanks for this great piece of software. In fact this is not a "problem" or "error" report since the knob control works just fine, but, what about a possible control's "responsive" option? Too much complicated?
Anyway thanks very much for ng-knob.