Posts by Mateus Bandeira • 212 points
6 posts
-
0
votes1
answer116
viewsA: Bootstrap: Responsive does not work with hosted website
Seems to be the same problem that I found on my TCC months ago. You can put these three tags on your head (special attention to the viewport)? <head> <meta charset="utf-8"> <meta…
-
1
votes1
answer258
viewsQ: Different responsiveness between browsers (Webkit & Mozilla)
I use Bootstrap 3 in my project. I used Mozilla throughout the creation process, and the responsive design works great on it and Edge. When I went to test the pages in browsers that use Webkit…
-
7
votes1
answer2011
viewsQ: Cascadetype.ALL doesn’t work. Am I using it wrong?
In my code, I have the classes Author and Book, with the relationship Many To One, as below: Java author. import javax.persistence.CascadeType; import javax.persistence.Column; import…
-
1
votes1
answer213
viewsA: How to resize Relativelayout while keyboard is active
FranM answered my question in comment: You can use this tag in the manifest: android:windowSoftInputMode="adjustResize" Or can be set via Activity as well…
-
0
votes1
answer213
viewsQ: How to resize Relativelayout while keyboard is active
Good night! I’m a beginner on android, so I’m sorry if it’s a stupid question. I did not find solution to my problem in this forum, so I decided to create this post. I have a very simple…
-
0
votes1
answer5553
viewsQ: How to insert jQuery via HTML
My question probably has an obvious answer, but I couldn’t find it on Google. I have a site that uses Wordpress. On the site I use a plugin that stopped working (I don’t know the reason). I…