Error message models
@Ludolefrenchy wrote: Hello to you. I followed the tutorial and migrated to ionic V4. I have a problem I can not find the file or are the models error messages that appears with <label...
View Article[V4] Tabs -> Page
@JCKodel wrote: I’ve started a new project using the tabs template, so my app component is: <ion-app> <ion-router-outlet></ion-router-outlet> </ion-app> My current url is...
View ArticlePush notification using firebase without loading
@karthikaivel wrote: Hi,we have ionic v3 application,this application used push notification in firebase.We are used to push notification to send through admin panel,this admin panel is slow loading...
View ArticleHow to manage an array of objects with variable length?
@ziaionic wrote: Hi everyone! In code bellow length of array items is variable, it can be 1, 2, 3 … but now its 2. const order = { "order_type": "Sales", "parent": res['orders'][i].name, "customer":...
View ArticleGetting variable from provider makes blank page
@npuleio wrote: Hello everyone, I am trying to make a simple app to check bluetooth and device… I started making a tabs main app then a injectable provider where I could manage bluetooth connection...
View ArticleVideo Capture not working in IOS
@nitinnikalje wrote: I’ve been working on a project that captures video and uploads it to server…but whenever I am testing on IOS device app crashes without any error message. Posts: 1 Participants: 1...
View ArticleServe does not work (Ionic 4)
@jvaclavik wrote: I created new Ionic 4 app, with updates ionic-cli and I cant run ionic serve. Do you know where could be a problem? Here is terminal log: $ ionic serve > ng run app:serve...
View ArticlenavigateRoot error
@pasupathi03 wrote: hi, iam use ionic 4. this line not work this.navCtrl.navigateRoot([this.ListPage, {data: language}]); Posts: 1 Participants: 1 Read full topic
View ArticleThe 'Access-Control-Allow-Origin' header contains multiple values...
@Hammad6264 wrote: Hy all friends actually I am facing this error … Screenshot_1.png561x531 33.4 KB Access to fetch at...
View ArticleIonic app translation
@anil_gr wrote: Hello, I’ve used ionic 3 to build an android application. Now I need to internationalise it, but how? I could not find a proper way to implement it. As of now I have tried the...
View ArticleHow can I access the lifecycle hooks from a directive?
@Distraction wrote: I need to execute code in response to the didEnter and didLeave events, from the execution context of a directive. In ionic3 I realized this by subscribing to the corresponding...
View ArticleUnable to get ion-input data from Child component to Parent Component after...
@expertteam110 wrote: This is my parent page : updateProfileModel(){ let updateModel = this.modalCtrl.create(ProfileUpdatePage, {userCode: this.user_code, first_name: this.first_name, last_name:...
View ArticleRun button handler asynchronously
@Kyrax80 wrote: Hi, I have an alert controller which has some checkboxes, but the handler takes too long to finish. What I want is to click the checkbox and that the handler is handled asynchronously,...
View ArticleI have error while trying to use ionic lab
@ahmadkhaled123 wrote: [app-scripts] [15:39:49] typescript: C:/Users/Desktop/apps/test2/myapp/src/pages/tasklist/task.ts, line: 4 [app-scripts] Unexpected token. A constructor, method, accessor, or...
View ArticleApp on device is served from file://, i need it served from localhost://
@ABonino wrote: Hello, i have an app built with ionic 3 and angular 5. It’s all working fine, but now i need to implement some features that uses files on the device and all the plugins i found for it...
View ArticleIonic 4 How can shared the same header in all pages?
@Habash wrote: I have updated my application to using ionic 4 with lazy loading controller, and I have a side menu. So, my question is, how can I shared header for all pages, the header will include...
View ArticleGet data from Firebase and show them
@JohnnyUB wrote: Hey there, I have a problem, I think that is a stupid thing. When a user logs in, I need to get user details from Firebase e put them in a profile page. This is the function in...
View ArticleIn App Browser on Background 'Active resource loading counts reached to a...
@JMourao wrote: I have some processes that need to be done in a in-app-browser and aesthetically was not pleasant to the user so i decided to hide it in the background and place a modal in front . And...
View Article[ionic 4] List item control to take full width instead of label
@ARafay1 wrote: Hi there, If i use following markup <ion-item> <ion-label>Gender</ion-label> <ion-select placeholder="Select One"> <ion-select-option...
View ArticleHow can I not wait for a method?
@Kyrax80 wrote: Lets say I have the following flow: method1() method2() But method1 takes long to be executed so I want to “launch” it but not to wait for it to finish to execute method2. How can I do...
View Article