Posts by Tomás • 119 points
9 posts
-
1
votes0
answers52
viewsQ: Work with heavy / time consuming functions in React (Node.JS)
I have an React project where when the user opens a page, the app starts creating a 2048 RSA key pair. How do I ensure that the page does not "lock", IE, it is in the background and when the key is…
-
0
votes1
answer54
viewsQ: Problems with clicking on child elements of div
I am developing a project where creates dynamically, several div with the class "musicItem" and for each div I have associated a data-musicId, and also I have a click on this div that when clicking…
javascriptasked Tomás 119 -
1
votes1
answer140
viewsQ: Centering text in a responsive way
Good afternoon! I am building a project that currently has the following problem: The text Authentication is not getting totally centralized. I thought to use margin-right (this solution works only…
-
0
votes1
answer25
viewsQ: Text is not up next to images
Good afternoon, I’m building a website, and I needed the text to be next to the AETTR logo, but up and not down, someone knows how to fix it? Example: *{ margin: 0; padding: 0; } .logos-container{…
-
1
votes1
answer32
viewsQ: Problems with ifs in React Native
Good afternoon! I have a javascript code for an application in React, but for some reason my IDE is error in a line where a else of a if, but I don’t know how to fix it! The error is found in…
-
2
votes1
answer55
viewsQ: Div side by side is slightly lower
Good afternoon, I have been developing a page, very similar to another famous one, but for some reason in the Ivs that I have side by side one of them gets lower do not know why, someone knows how…
-
-1
votes1
answer216
viewsQ: Safeareaview does not work
For some reason safeAreaView does not work in my code: import React, { useEffect, useState } from 'react'; import { SafeAreaView, StyleSheet, View, Image, Text, TouchableHighlight } from…
react-nativeasked Tomás 119 -
0
votes1
answer21
viewsQ: My site creates two scroll bars when resolution on the X-axis is decreased
My site creates two scroll bars the main one and another in the div that contains the image of the posters of the films when the resolution in the X axis is decreased. Someone can help me solve…
-
0
votes0
answers17
viewsQ: Gradient between image tag and gray background
I’m creating a project and I wanted to make a gradient between the background image and the dark gray background that’s just below, someone knows how to do that? My current code is: @import…