Looking for Ionic developer
@donionic wrote: Hello, looking for ionic developer for my app. I have a task : 1. Make native google plus plugin work Problem (Now) : Error 10. Info about the project : Ionic version : 3.9.2 Will pay...
View ArticleAdding error handling on HttpClient
@king-ds wrote: Hi Guys, I’m asking for a help since I’m new to http client module of ionic. This problem is a little bit complex but let’s make it as short as possible. Basically, I was just...
View ArticleInappbrowser, i want not close!
@kjhnice77 wrote: i used inappbrowser web view… I open the site Press the back button at the end to close it. Is there a way to prevent this? I want to know how to go back and not end at the end. I...
View ArticleHow to generate input fields based on value from a drop down list
@flycoders_sourav wrote: I’m not expert on ionic so I hope someone can help me. So I need to dynamically generate a quantity of input fields. user selected from a drop down list. let me clarify...
View ArticlengModel (Identifier undefined)
@YXUN wrote: Can anyone teach/explain me why my identifier for ngModel is an error? image1920×1080 229 KB Thank you Posts: 1 Participants: 1 Read full topic
View ArticleStyling 3rd-party components to match Ionic 4
@davidgeary wrote: I’m using a 3rd-party Angular control (ngx-color-picker) within my ionic 4 app which allows CSS classes to be assigned to its ‘internal’ elements such as its buttons. Naturally, I...
View ArticlePage too heavy, Ionic App does not Load - How can I optimize?
@wakadala wrote: Programmers, I have a 22 page ionic app which was loading perfectly until I added one more page. The page has a bulky form with 21,686 fields. the HTML page is close to 3MB, and ts...
View ArticleRGB to Hex and Hex to RGB
@gokujy wrote: How to convert colors in RGB format to Hex format and vice versa? For example, convert '#0080C0' to (0, 128, 192) . Posts: 1 Participants: 1 Read full topic
View ArticleIonicon doesn't display on Ionic React FAB button
@DevinShoe wrote: I’m having an issue getting an Ionicon working with an IonFabButton in Ionic React. I’m currently using the add icon but I have tried others and the FAB is always blank. I am using a...
View ArticleType 'IterableIterator' is not an array type or a string type. Use compiler...
@Pratikjaiswa15 wrote: I am using ionic 4 to build an app. Whereas my app is working fine on browser but when I build android platform it is giving me error for this line for (let [index, p] of...
View ArticleEXPORT SUCCEEDED but Xcode build failed
@Aldes wrote: Please, help me. I have Ionic 3 app. I try to add cordova-plugin-facebook4. Now When I build app by cli: ionic cordova build ios – --buildFlag="-UseModernBuildSystem=0" all correct: **...
View ArticleNgx-translate error on --prod build after migration to ionic 4
@angelarg wrote: Hi! I had been using ngx-translate with my ionic3 app without problem. Now I have migrated the whole app to ionic 4, and it seemed to be working just fine, until I noticed that when...
View ArticleHow to do vertical scroll in ionic 3
@saifk wrote: I am working on a e-learning app and i am designing a test page.My question navigation is shown in image below.I have 20-30 question in a single test and i want vertical scrolling in the...
View ArticleInvalidValueError: not an instance of HTMLInputElement ionic 4
@youssefff wrote: want to use the ionic input with google map but it gives me an error : InvalidValueError: not an instance of HTMLInputElement Here’s the code : HTML: <ion-item> <ion-label...
View ArticlePopover without separate component file
@obinnae wrote: Ionic 3 app: Is it possible to create a popover without passing in a component containing the menu? In other words, in this code… this.popoverController.create({ component:...
View ArticleKeep ion-input values after push new page
@alimhannaFlanker wrote: I have a page contains ion-input fields and other fields , is there a way to keep their values after i use navCtrl.setRoot(newPageName) or navCtrl.push(newPageName) ? Posts: 3...
View ArticleCan we create swipeable tabs in Ionic 4?
@ramnivaa wrote: i expect something like this: e38f1d7f-eced-4002-bfa9-882036d561a4720×1280 71.8 KB but i only get: e35dc4b7-cc18-437f-87ee-b3264dae2bae720×1280 64.7 KB Posts: 1 Participants: 1 Read...
View ArticleHow to redirect to custom page when the user drag from the last slide.
@yaeyae wrote: I’m using ionic slider. I go on slide after slide. And then I reach last slide. And I will go on the next slide even there is no more slide. At that time, I want to redirect to another...
View ArticleHow do I run Ioic3 app in the background like whatsapp?
@yossimontero wrote: I want the app to run on background like whatsapp. I used the cordova plugin background-mode but the app runs for only 5 minutes then gets killed. Posts: 1 Participants: 1 Read...
View ArticleRouter.navigate not working in ionic app
@musawershah1598 wrote: I have a problem in routing from one page to another page. I have a login page which is the home page of my app so when the login is successful i navigate from login page to...
View Article