Page transition in Ionic 4
@Kyrax80 wrote: Hello, I’ve been searching but I haven’t found anything. I’m using ios mode in my whole App but I’d like to use the page transitions from MD (where the page slides up when entering and...
View ArticleNot show side menu in android 4.4 in ionic 4
@rashidi wrote: when click on icon menu only darking page not show side menu in android 4.4. in another android version this work correctly. Related code: <ion-app> <ion-menu...
View Article$ is not defined
@eppineda wrote: My app is logging in the console an uncaught exception: Uncaught ReferenceError: $ is not defined Does Ionic still use JQuery internally? It looks like something under the covers is...
View ArticleClock face time picker
@yogeshyoyo wrote: Hi, how to implement clock face time picker in ionic 3/4 as shown in the screenshot. i would appreciate your ideas on this. thanks in advance. image.jpg1427×552 130 KB Posts: 1...
View ArticleIonic 4 questions on app.modules setup
@garyc2232 wrote: Hi, i feel confuse about the declarations, app.modules.ts. Here is my situation. I have a page Home.page.ts, a headerComponent and a filterModal.page.ts, the Modal will be called in...
View ArticleIs there any way to change android ui to ios ui for android mobile phone
@Hackxox wrote: Is there any way to change android ui to ios ui for android mobile phone Posts: 1 Participants: 1 Read full topic
View ArticleIonic error xcode 10
@paulbuscano003 wrote: Hi, I run ionic cordova build ios --prod and when I run product->archive on xcode 10. it says ‘XCDYouTubeVideoPlayerViewController.h’ file not found. cli packages:...
View ArticleIon-toggle does not receive value at view entry
@JoseGonzaga wrote: Hello, I have an ion-toggle component that is bound to an object through the [(ngModel)] but even the endpoint looking for the paca value to load the object the component does not...
View ArticleC# developer on ionic - typescript - cant understand this?
@iloveionic1 wrote: cannot understand this code that i have been given to modify.Could you guys help me out how should i code this in typescript and ionic if i am new to .ts entirely and ionic...
View ArticleIs this the best approach for a PWA?
@Kyrax80 wrote: Hello, I want to make a web version of my App too. But I don’t like that evertyhing looks so expanded when my App is in website mode: image.png1922×422 12 KB This is just a grid:...
View ArticleexecuteSql 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 Article