[ts] Type 'typeof HomePage' has no properties in common with type 'Component'
@yosvaes wrote: [ts] Type ‘typeof HomePage’ has no properties in common with type ‘Component’ Posts: 1 Participants: 1 Read full topic
View ArticleIon-input not focusing on devices but works on browser
@tayoraph wrote: Good day team, I have a mobile app that needs a login form . I did the login form using ion-input . all works well when on browser but when i run the app to release it , the ion-input...
View ArticleMore UI components needed
@ozexpert wrote: Hey Ionic guys, seems https://framework7.io/ supports more UI components than Ionic. I’ve seen many liking framework7 due to the performance and having more UI components available....
View ArticleIonic 2 Theme file not overriding variables.scss
@TheresaEliseCox wrote: Hi there I have been trying to get my theme.dark.scss to override my variables.scss but The default colors dont get over ridden. What am I doing wrong? Posts: 1 Participants: 1...
View ArticleGet a specific element of a list (Lazy Loading)
@Balints wrote: Hi! Can anyone help with this one? list.html <ion-list *ngFor="let homelist of homelists"> <ion-list-header> {{homelist.headerName}} </ion-list-header> <button...
View ArticleCordova-plugin-video-editor on Android 8.x
@killerchip wrote: Hello I’m using cordova-plugin-video-editor, to transform compress videos in storage, before they uploaded to a service. The plugin works fine in iOS and in Android up to version...
View ArticleVertical scroll bar SOMETIMES modifies the appareance of the page
@airserenity wrote: Hello, I am using the latest version of Ionic. To understand my problem, you may want to check https://app.air-serenity.com/#/id/DEMO with Chrome, ideally on a mobile device. You...
View ArticlePWA deeplinks problem
@zabka229 wrote: Hello there! I started developing my first PWA and I have a little problem. When i open my app the URL is: localhost:8100 and its HomePage. Then when I push another page url changes...
View ArticleReturn value from the promise .__zone_symbol__value
@Tanatoxz wrote: Hello, I have the following promise getTimeOffSet(): Promise<any> { return new Promise(resolve => { firebase.database().ref('/.info/serverTimeOffset') .once('value')...
View ArticleHow to get Indian railway api
@flycoders_sourav wrote: I want to create an app.rail way tickit booking app.how can I do that ? Posts: 1 Participants: 1 Read full topic
View ArticleTo share my app for testing do I first need to create a channel?
@JamesMorrissey wrote: To share my app for testing do I first need to create a channel ? I currently cannot seem to invite people without first creating a channel Posts: 1 Participants: 1 Read full...
View ArticleError in json
@arianibalbino wrote: Since last week, everytime I try to compile my code I recieve this messege from cmd C:\Users\Home\Desktop\oi\menu>ionic serve The config file (…ionic\config.json) is not valid...
View ArticleGo from directive syntax in ionic 2 to ionic 3
@bamboon wrote: I’m just getting started with ionic framework .I’m following a tutorial on you-tube about creating an Uber app with ionic 2. But i want to create this app using ionic 3 .In this...
View ArticleMy App size becomes 26mb due to 24mb image folder?
@cooldp007 wrote: My app size after build with command ionic cordova build android --prod becomes 26mb due to 24mb image folder so how to reduce app size please help me Posts: 3 Participants: 2 Read...
View ArticleBasic authentication http request
@jasonleonore wrote: hi guys…i am having some issues with my authentications i have tested the url in soapUI and it worked but did not work in postman though here is the code var headers = new...
View ArticleBlack screen after home page in iOS but working fine in android
@kevred wrote: Hi, I developed a ionic app that that have a login page, a home page and a logout page. The app works fine in with no problem in android. But on iOS devices, the app goes fully black...
View ArticlePlease help i'm facing a problem
@flycoders_sourav wrote: I wan to remove white background color from my ion-item how can i do that <ion-list> <ion-item> <ion-label floating><ion-icon...
View ArticleHow to adjust floating labels
@flycoders_sourav wrote: I want to adjust floating labels and also change the color floating labels underline color how can i do that item.JPG1082x222 6.59 KB above my result password section taking...
View ArticleHow to take the data in typescript from json object?
@anespa wrote: Friends, When I alert using statement alert(JSON.stringify(this.param1)); I got result as [{"numBuildingID":"30172010000829","numZonalID":"3017201","intWardYearID":"2013","wardname":"(...
View ArticleToggle press within virtual scroll both in and out of modal
@krushby wrote: Hi, Apologies for how i’m going to try and explain this but I am using a virtual scroll to list contacts and on press the ngClass of an icon changes the state of the contact from...
View Article