Good afternoon ... I need to develop an ionic app that is offline (pouchDB) and when I had a connection to the local network in my case (wifi) to integrate with the server that in my case would be a central tablet and the Other tablets would com...
In the browser googlemaps loads normally, already in an emulator or mobile the application opens but everything is blank as in the photo, I already installed googlemaps dependencies, geolocation and network.
Good morning, I wanted a help, ionic ion-input, I would like to use mascara, cell phone number and cpf for example, could help me with a very simple example, I use ionic 3 and angular 4
I need to do a project for my school and I do not know how to get the value of the times that the user selects, by ion-datetime (Ionic 3).
Could anyone help me?
I would like a help, I need to save files that the user downloads from the app on the device, but out of the app folder.
All paths of the plugin file. Example: cordova.file.dataDirectory
It does not answer me, I would like to know if you have...
I'm using an API Location Accurancy Ionic v2 follows the code:
cordova.plugins.locationAccuracy.canRequest(function(canRequest){
if(canRequest){
cordova.plugins.locationAccuracy.request(function (success){
consol...
I made an application using Ionic 3. When it is in the main screen and in case the user clicks the button back the application terminates.
I wanted to put a "prevent appexit" that verifies that the user is on the main screen and does not let...
Alright?
Putting into practice what I learned in angular / ionic, I came across some doubts:
1- I made an ion-select with list of states coming from the firebase. When I typed the States model, I'm in doubt if in the model I do export i...
I'm new to web programming and ionic 3 and I need a help, I created an app to make a simple registration and save in internal storage, but wanted to save the photo of the person's profile, how to select the photo that is in the device , copy to...
I'm using Ionic 3 and want to save the data of an object in the database.
In the API is executing the query and saving null in the database, I imagine that the form I am sending the object is wrong. Here is my code:
finaliza(obj){...