`md-center-tabs` attribute of `md-tabs` in AngularJS Material 1.1.7 not working properly on mobile - angularjs

Is anyone else having an issue with the md-center-tabs attribute for md-tabs in AngularJS Material 1.1.7?
We recently upgraded from AngularJS Material 1.1.3, which is when I observed it to be working as intended and stated in the documentation. We upgraded in order to take advantage of the upgraded md-datepicker directive in Angular JS Material 1.1.7. Anyway, here is the documentation that I am referencing for md-tabs:
https://material.angularjs.org/latest/api/directive/mdTabs
On mobile screen sizes (i.e. smaller viewports) the tabs end up getting scrunched up as show below:
I have tried to use md-stretch-tabs to "offset/counter" this issue; however, that does not seem to solve the problem. We had not used md-stretch-tabs when coding in AngularJS Material 1.1.3 and presumably md-center-tabs was automatically stretching each individual tab to be equal to the viewport size on smaller screen sizes, where users could scroll through all md-tabs as shown below:
I've searched the web endlessly hoping that someone might be having the same issue here or on Github, but cannot find anything. Hopefully, it's such a small nit that someone can help me figure out an easy workaround.

Related

Angular material form input box styling not displaying properly

I came accross a form wizard by Afrad on github material-wizard and will like to implement it because of its angular-material properties. The downside is that the text-boxes turn out totally different from the angular styling. Is there a way to fix this? what causes this and how do you go about the fix. I have tried using ngWizard as well and face the same issue. the forms display okay without being encapsulated in the wizard directive.
A link to a plunker showing the demo is on the github page. Attached below is a snapshot of the plunker.

AngularJS - Carousel mouse click and phone touch

I am using Angular-UI-Bootstrap. in they github they have allot of examples, one is about carousel and it's really cool on they site. All over the internet i have tried like 50+ examples an none of them worked out. What i need it's simple clicking and moving items inside carousel, without click on sides. I have seen things about animation, i am not using that, maybe angular-ui-bootstrap using it, i am not sure. Any one have found solution for this problem?

Looking for comparable tooltip capability for AngularJS that cluetip gave me

I've gotten the code from the post Angular-ui tooltip with HTML working but it's capabilities are not near what cluetip gave me. Things like not having automatically aligning based on screen position and other options make it not very useful for me. You can see the capability I'm wanting with Angular when you hover over the details buttons on the page http://www.siliconvalley-codecamp.com/session
Is there anything comparable to cluetip in the angular world? has anyone done an integration with angular and cluetip?
you could mod a popover element from http://angular-ui.github.io/bootstrap/ with css to do the same

Drupal 7 Admin Overlay positioned to high

This is a problem that seems to have occurred for no reason. Everything was working fine, and now all of a sudden the overlay iframe for the admin interface renders too high so that any tabs are rendered underneath the toolbar. I hadn't edited any css or html so I don't see how I could have done this. Has anyone seen this happen, and how did they fix it? I'm attaching two images. One shows the site as it is (incorrectly). The other shows another similar site that is functioning correctly. Also, notice on the incorrect display, somehow the toolbar is showing OVER the browser scrollbar.
The problem is that I was swapping in JQuery 1.8.3 with hook_js_alter. This has a known problem causing this exact issue. I didn't need a later version of JQuery after all so I removed that, and it fixed the problem.

Nested dropdown menu in Bootstrap in mobile

I'm building this website using bootstrap.
The problem is that i have nested drop downs. The dropdowns look nice and not cluttered in desktop version.
However this is how it looks in mobile:
They look cluttered, and you can't fold/unfold the deepest level of dropdowns. It just doesn't allow this.
I'm thinking there are better ways to represent information in mobile view. My approach was when person touches 'buildings/land' tab, i replace bottom navbar with contents of Buildings/Land, thus reducing one level of dropdowns.
Question:
I'm really not experienced in developing UI. Is my approach sufficient?
How should i solve this problem?
I use a sweet JS plugin that plays nicely with Bootstrap, called Snap.js. If you've ever used the Facebook iOS app, you'll be familiar with this layout. There are some great demos here.

Resources