Posts by Hérick Raposo • 31 points
7 posts
-
-1
votes1
answer8
viewsQ: White flash after splash screen in React Native 0.65.1
My question: I have a project created in React Native 0.64.2, in this version the splash screen worked normally, but when I created another project using the same code in React Native version…
react-nativeasked Hérick Raposo 31 -
0
votes0
answers19
viewsQ: Integrating Inappbrowser with Barcodescanner
Hi, I have a problem I can’t solve. I am using the inAppBrowser plugin and I need that when the user clicks on a given button inside the generated browser, the plugin is closed and simultaneously…
-
0
votes1
answer15
viewsA: Mobile vibrating in silent mode even with the Vibrate : null property using the local notification plugin in Ionic
I discovered that in localNotification there is a property called Silent, which when defined as true does not allow the cell phone neither touch nor vibrate
-
1
votes2
answers63
viewsQ: Individual progress bar for each shipment
Today I can perform file uploading by displaying a progress bar. when I make a new request, the values in the progress bar alternate between the values of each upload. This way, I would like to show…
-
0
votes0
answers8
viewsQ: Filetransfer plugin Return error500 in Ionic
I’m having problems with the fileTransfer, when I send an image it accepts sending normally, when sending in pf format it Reaches 99 Percent of sending and Returns error 500, a Detail that "taught"…
-
1
votes0
answers29
viewsQ: sdk error while building android application below api level 24
I built a simple test app. When I build for versions of android sdk equal to or greater than 24 it recognizes the SDK and does the correct procedure, but if you try to build other versions like the…
-
1
votes1
answer15
viewsQ: Mobile vibrating in silent mode even with the Vibrate : null property using the local notification plugin in Ionic
I want my app to show a progress bar when I start a download or upload. For this I am using fileTransfer plugins, local Notifications. The progress value is given according to the change of a…