Posts by Luciano Coelho • 23 points
6 posts
-
0
votes0
answers375
viewsQ: Ionic v3 app closing
I have an application with a login screen and another home, run and Clean on a Samsung S6 Android api 23. I created a new project with minimum api 19 and maximum 28 and when I published some devices…
-
0
votes0
answers627
viewsQ: Android app overlay lock screen
Hello, I have an application where the user receives a screen from time to time that requests confirmation whether or not to accept a service. Some of these users use the phone with the lock screen…
androidasked Luciano Coelho 23 -
0
votes1
answer219
viewsQ: Java Poi does not download
I’m using the poi 3.15 library to generate excel on a web system, but I’m having trouble downloading the file, locally it works but when I publish it does nothing. I put it at the beginning like…
-
0
votes1
answer466
viewsA: How to grab image from camera in Base64 (using phonegap) and send to server via JSON with Angularjs?
You can do it, but you’ll have to set up some things more like: navigator.camera.getPicture(onSuccess, onFail, { quality : 25, allowEdit : false, //destinationType : Camera.DestinationType.FILE_URI,…
-
0
votes0
answers229
viewsQ: Reload/Refresh template
Hello, I am loading my view with a timer and each time the timer runs it does not clean the screen but adds the same items again. I’ve tried cache=false, window.Reload, state.Reload, state.go, but…
-
2
votes1
answer170
viewsQ: Run task synchronized with clock
I would like to perform a task synchronized with the android clock. For example: in the second 0, then in the second 10, 20, 30, 40 and 50. I don’t want to run every 10 seconds, I want to run in…
androidasked Luciano Coelho 23