Posts by Eduardo Santos • 61 points
3 posts
-
2
votes2
answers106
viewsA: Standardization in building Rest api with Vraptor
Isaiah, this path question, if you put the bar at the end, you should use it with the bar where you call. That is, if you have the annotation with @Path("/paciente-api"), there in the requisition…
-
0
votes2
answers1526
viewsA: Place item side by side with border round CSS
As for putting a circle on the icon you can use Stacked Icons from the font-awesome itself, it looks like this: <span class="fa-stack fa-lg"> <i class="fa fa-circle…
-
1
votes1
answer65
viewsA: Hide Div on IOS
You can try an approach of this kind, var ehIOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream; if(ehIOS){ //codigo para ocultar }