Posts by matheuscla • 76 points
5 posts
-
0
votes1
answer149
viewsQ: Hide Ion-tabs Ionic 1
Guys, I have a problem with the tabs on the app. The application I’m developing has a chat screen and on this screen I want to hide tabs. I’ve tried using $ionicTabsDelegate.showBar(false); a tabs…
-
1
votes3
answers628
viewsA: Change body’s standard 8px margin at Angular 2
To reset the styles of each browser, it is considered a good practice to use nomalize.css, https://necolas.github.io/normalize.css . Another approach would be to add !important the desired property,…
angularanswered matheuscla 76 -
2
votes1
answer84
viewsA: I’m starting with Html5
This site right here https://www.w3schools.com/ W3C is a great guide for those who are starting. It covers a lot of the content that you are looking for. All subjects have examples and you can…
html5answered matheuscla 76 -
1
votes1
answer487
viewsA: Image breaking (HTML, CSS, responsiveness)
Change the div with the class "col-xs-4 col-sm-4" for "col-xs-12 col-sm-4". The bootstrap grid works from smaller to larger resolutions. If you put only col-Xs-4 this same grid size will be set for…
-
1
votes1
answer38
viewsQ: Soma using Meteorjs
I’m developing a Tasklist to understand how MeteorJS works. In the application the user can enter the task name, how many hours he will spend on it and when he will perform it.The system returns a…