Posts by Juliano Souza • 155 points
20 posts
-
1
votes1
answer1990
viewsQ: How to detect internet connection on Ionic?
I’m using Ionic 3 along with the plugin network Ionic, I can detect when it is connected to an internet network by the plugin but I can not check if this network connected is internet or not,…
-
0
votes1
answer2879
viewsA: How to make Ionic line break 3
The solution I found for line breaking was set in css white-space='pre-line'
-
1
votes3
answers2206
viewsQ: How to push an object into another object
I have an array of objects and I’m not being able to push a certain object, example I want to push the titulo2 id but nothing I did worked out, follow the structure of the array if someone knows how…
-
-1
votes1
answer2879
viewsQ: How to make Ionic line break 3
I’m trying to break line inside an object in Ionic 3, I’ve tried with n, n with and nothing works the text always comes out in a single line, someone knows a solution thanks, follow the code export…
-
1
votes1
answer98
viewsQ: slideDown effect does not work in table
I am giving the effect of slideDown() and slideup() in my table, it opens normally but does not give the expected effect. follow the code $(".tabelaOculta").hide(); var oculta = false;…
-
0
votes1
answer776
viewsA: How to expand table row with click
I managed to sort it out like this var tabelaOculta = $(".tabelaOculta").hide(); var oculta = false; $(".expandirTabela").click(function(){ if(oculta == false){…
-
0
votes1
answer776
viewsQ: How to expand table row with click
I am making a table and in it will have a visible tr and below a hidden and so on. On the visible tr I put a class 'expandTable' and on the hidden a class 'table'. At the time of clicking instead of…
-
0
votes1
answer335
viewsQ: How to navigate on Ionic tables
Hello! I created the tabs in my html of Ionic and I want when I click open the target page, appear the tabs right but when clicking only changes the icons to active and do not arrow the page, my…
-
1
votes2
answers1929
viewsQ: How to put active class in navbar
I’m trying to put an active class in the navbar, I’m using bootstrap, what happens is that when I click on the li, the background color appears but soon it disappears. Follow the code I’m using the…
-
1
votes1
answer413
viewsQ: How to modify only one side of the div?
Hello! I am trying to make an effect of transforming only one side of the div as in the following image, I tried using skew but it modifies the entire div, see how I would like it to stay…
-
1
votes2
answers1980
viewsQ: How to put frame on an image?
I’m trying to put a different frame on the image but it’s not working, follow how I’m doing, I want the image inside the frame with a Hidden the html <div class="depoimentos__moldura"> <img…
-
0
votes1
answer1627
viewsQ: How to give autoplay on video in mobile version Chrome
I’m trying to start the video in autoplay in mobile version test in firefox and it worked on Chrome not, follow the code of the tag video I’m using <video class="video" autoplay muted loop >…
html5asked Juliano Souza 155 -
2
votes2
answers7004
viewsQ: Customize option of select
People I’m trying to personalize options of select but the colors of Hover don’t change always turn blue. Follow the code .personalizar-select{ border: 1px solid red; } .personalizar-option{ border:…
-
2
votes1
answer71
viewsQ: I can’t get lines from the table
I created a whole styling for the table I did everything in the first row of the table was ok, but when I went to duplicate this line I noticed that only in the first was styling, I’m starting in…
-
0
votes1
answer84
viewsQ: View and maintain submenu with Jquery
I’m doing a submenu and when I pass the mouse an option shows a div with several options, then I made a mouseout in the class of this div to hide her but the point is that she disappears even…
-
0
votes2
answers72
viewsQ: How to recover value of an integer and set in a alertDialog
When opening alertDialog the result is set to zero, follow the code calcular.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { String adulto =…
androidasked Juliano Souza 155 -
2
votes3
answers1716
viewsQ: Embed Mute Youtube Video
I’m trying to get the video to start mute but it’s not working, is that the code is correct? <script> var tag = document.createElement('script'); tag.src =…
youtubeasked Juliano Souza 155 -
0
votes0
answers104
viewsQ: Gdx Audio Infinite Sound Error
I’m creating a didactic game and when the bird collides with some object the sound happens but is endlessly repeating it, I can’t stop. public class Flappybird extends Applicationadapter { private…
-
0
votes1
answer53
viewsQ: problem to reset Countdowntimer
I’m putting together a project to learn and I can’t find a solution for a timer, let’s say that time has already been selected 10 minutes and the user wants to change to 5 minutes when clicking 5…
-
0
votes1
answer31
viewsQ: Pop-up menu does not check radio Buttons
Menu: <?xml version="1.0" encoding="utf-8"?> <menu xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android"> <group…
androidasked Juliano Souza 155