executeSql doesn't work
@Harryyy wrote: Hello, I tried to select items in my database but my code do nothings, and my alerts are not triggers : // Récupére les représentations photo d'un symbole private...
View ArticleResume Event - Detect intent
@CyberWomble wrote: Creating a finance app in Ionic (latest) and am using the “resume” event to trigger a biometric auth every time the user comes back into the app. Problem is the “resume” event is...
View ArticleCheck if it is the first execution after update
@lsantaniello wrote: Hi, I need to execute an action if it is the first execution after update. I must use storage or is there a more quick approach? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleStable SQLITE plugin
@UnisysSAS wrote: Hi Team, Please let me know the stable Sqlite plugin version and provide the syntax for INSERT and SELECT statements. Thanks, Gayathri Posts: 1 Participants: 1 Read full topic
View ArticleHow to call a web service every x seconds?
@ioclaudio wrote: Hi, I have to monitor the state of a device every x seconds. To do this, I have to call a web service that returns the state of the device periodically. Which is the smartest way to...
View ArticleIonic3 http post error, @angular/common/http error
@nimesh1006 wrote: Hello everyone, i am building an ionic3 app. I am having issue with the http post request. When i post data using @angular/common/http, i am getting (url: null) after building the...
View ArticleIonic Storage issue in get
@Fares95 wrote: Hi , i had a form that i wanted to store each value of it but when i display on console the get results show that the get process is wrong my file html: <ion-header>...
View ArticleScroll React
@frippera wrote: Trying to get scroll working in React with Ionic byt it wont work at all, no errors but list of cards i stuck. class List extends Component<{ data: any }> { render() { const {...
View ArticleAdding typescript support for es2018.promise (Promise.finally)
@eppineda wrote: Last night I added es2018.promise to tsconfig.json and got it to build. Today, it won’t build: typescript error Argument for ‘–lib’ option must be: ‘es5’, ‘es6’, ‘es2015’, ‘es7’,...
View ArticleExecution failed for task in ionic 4
@Fearcoder wrote: I am trying to run my app on my Sony z2. I run the following command: ionic cordova run android --prod And I get this error: Execution failed for task...
View ArticleChange colors icon Ion Toolbar
@sioessi wrote: I am trying to change the color of the icons inside the toolbar but it does not work, the letters and titles if they change but the icons do not: ion-toolbar { --background:...
View ArticleIonic 4 Header Animation Kit (works with Supertabs)
@heidji wrote: Hey everyone, this is an update to the previous thread where I introduced a simple module to create animated headers for Ionic 4. Now that Supertabs for Ionic 4 is “kinda” out and many...
View ArticleInherit tabs footer on new page
@perisweb wrote: Hello, i began developing my new app. i used tabs template, i manage to create one new page and i have a link to this page in text on first tab. when i open my new page this page is...
View ArticleIonic 4 No provider for SecureStorage
@jfsoftwarellc wrote: Converting my v3 app to v4 and stopped up at getting SecureStorage to work. Currently testing in the browser so not sure if this is just browser specific or not but in v3 it...
View ArticleSame route with diferente parameter
@leoneltasso wrote: I have this two routes: {path: 'new-client/:id', loadChildren: './pages/new-client/new-client.module#NewClientPageModule'}, {path: 'new-client/:isOrder', loadChildren:...
View ArticleIonic Package can't generate APK
@aplicativospotpromo wrote: Ionic Package can’t generate APK for Ionic V1, probably because Ionic Package updated Cordova CLI or something like that. Package Build 6489830 This is the error message I...
View ArticleWhat is the difference between ionic cordova build ios and Xcode run?
@Destroy wrote: When I run ionic cordova build ios – --buildFlag="-UseModernBuildSystem=0" I get an error that some .h is missing, but when I play Xcode run it’s OK. What is the difference between...
View ArticleIonic4 - click to create a marker - API Maps
@JordanoBaluz wrote: How can I create a map, where i click to create a marker at the clicked point in ionic 4? Posts: 1 Participants: 1 Read full topic
View ArticleHow to programatically change tabs from outside of the tabview
@WouterB wrote: Currently I have a problem changing tabs from outside the tabview. In my app there are two tabs, a list view and a map view of the same items. When clicking on one of those items, a...
View ArticleError in IONIC PRO when change Cordova Version 8 to 9
@Renzo23 wrote: Hi Guys, I have a problem, the last week I generate a new app in my count of Ionic PRO, then I do send my push to project whit ionic 4 and cordova 9.0 but this version affected to my...
View Article