Posts by Vitor Rodrigues • 1 point
3 posts
-
0
votes1
answer1193
viewsQ: Active React application does not connect to Node.js server on my laptop
I’m developing an app in React Native, using the expo. I have a Node.js API running on my Macbook. Both my phone and laptop are under the same Wifi network. In the app, I have an API call pointing…
-
0
votes0
answers90
viewsQ: How to prevent an HTML area from being clickable?
Is there any way to prevent an area from being 'clickable' using Javascript or CSS?
-
0
votes1
answer41
viewsQ: Is there some kind of ALT property for a form field in HTML?
I have a form with some fields that will be filled by the user. Sometimes the filled-in information is larger than the field. I wonder if there is any strategy to mouse over the field, and show the…