Posts by Luk Simões • 123 points
6 posts
-
0
votes2
answers764
viewsA: Error in path when recognizing route request
Man, Good afternoon, old the first thing to check is your route file, If you are using an api the correct one would be you create your routes in api.php and not in web.php. NOTE: remembering that if…
-
5
votes1
answer111
viewsQ: Moneymask Does Not Work on Device
The Jquery Plugin does not work on device, someone would know how to fix it? The point is, I researched about why the plugin Moneymask not work within the device and found that the plugins mask use…
-
-1
votes1
answer1936
viewsA: How to pass data from one table to another in php?
What you are trying to do is not right, The most certain to do is as the friend above said you create a field in the bank called published of type Boolean that by default in your case so I…
-
3
votes1
answer316
viewsQ: Touch events Swipe, swipeRight and Left do not work on android 4.4.2
The touch events do not work on Android 4.4.2 someone would know how to solve this?
-
2
votes3
answers1291
viewsQ: How to recover the attribute of a dynamically created element?
The elements are generated dynamically, thanks to this it does not exist in the DOM. My case is the following: <div class="ui-grid-a">'; <div class="ui-block-a">'+row.nome_item+' id…
-
1
votes1
answer505
viewsQ: Cordova - Error - Cordova Platform add android
I did the installation of Cordova, I installed the android SDK, but when I put the command Cordova Platform add android it gives the following error. http://prntscr.com/49brfk I saw on Cordova’s…