-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Not that friendly on phones, is this a work in progress? #2950
Comments
Well this library is still under heavy development. Any help is appreciated 😅 😅 |
This is actually related to dialog. It's top offset calculation is limited. |
Haha.. I figured. :) I'm glad to help whenever I have free time! Is there some documentation to help developers get on board with how the code is structured? All the JavaScript styles kinda made my head spin a bit.. |
BTW, I made a pull request: As you can see, I ran into some really weird behavior with styles. Maybe someone can take a look when they can. |
We are also working on a contribution guild 😅 😅 We are also doing our best to improve the quality of the source code so contributes won't get lost in it. It took me a long time to understand some parts. and some parts are still very unknown to me. So I understand 😆 Your help is appreciated. thank you 👍 👍 |
Hey @ffxsam, good to see you here! (We've chatted on the Meteor gitter). Yes, mobile support, and responsiveness in general are lacking, so anything you can do to help will be greatly appreciated! |
Happy to help when I can! One (hopefully) quick favor: could someone could tell me how to set up my environment so that in all my projects, I just tried this:
I thought that would work, but it didn't, and my app yields this error in the Chrome console:
|
Ah never mind, I was doing something wrong. The last question I have: if I make updates in |
|
@ffxsam Sorry for the late response. I was really busy yesterday. If you want the latest updates that are on the master branch the best way to do it is this:
You now have the latest version. In case you want to update your clone. don't use npm, use git, it will be easier. Just remember! after each update you will have to run |
Thanks @alitaheri! Though what I wanted to do was to use my own fork in my projects, that way as I fix things as I'm working, I can do PRs. So I assume I'd change step 1 above to:
|
Or...
You can just modify what ever you want in that folder. it will be like your working directory inside the modules folder. you can code, build and see things change. without having to checkout from the server. |
Refer to #3614 for discussion on better responsive component support. |
I noticed some things are a bit broken on phones. For instance, the date picker goes off-screen on the iPhone 5s. The Slider component is very difficult to use due to being such a small handle (on any touch device). Are these things you guys need help with?
The text was updated successfully, but these errors were encountered: