" npm install @ionic/cloud-angular --save " gives error
@ionicdeve123 wrote: installing ionic cloud gives this error. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING...
View ArticleIonic 2 dropdown with search
@SS3 wrote: Hi, Did any one have idea about creating dropdown with search bar for filter the options ? Any control is available there for the same ? Posts: 2 Participants: 2 Read full topic
View ArticleScroll bar indicator
@yasirpanjsheri wrote: Hi, how to remove the scroll bar indicator (vertical stick shown when scrolling) in ionic 3 Posts: 2 Participants: 2 Read full topic
View ArticleSlide pager disappear in android production release
@ckthum wrote: Hi, I have encountered a weird issue. When Slide pager which is loaded when app started, it works fine for android debug version, and both debug and release version for iOS. The pager...
View ArticleHow to remove duplicate value from an array
@flycoders_sourav wrote: actually i want to checking at the time of pushing the value into the array. If duplicate then the value will not push.how can i do that. public selectcity:any=[]; public...
View ArticleWhen will be the new Ionic View for Android launched?
@sungbaejo wrote: I’m teaching a Ionic class in university. Ionic View is a only tool to check homework and exam. But, My student could not login to the legacy Ionic View with new IDs that created...
View ArticleWhat's best solution to getAllFriends from Facebook API?
@Arraxas wrote: Hi, I’m not sure which is the best method to get all friends from Facebook API. I try the recursive method : getAllFriends() { return new Promise((resolve, reject) => { let me =...
View ArticleServing, but without providers for native plugins
@donotsue wrote: Hi there, I implemented the native contacts plugin. Now when I start “ionic serve” I get “No provider for Contacts!”, and the app stops. No problem! I understand this error and why it...
View ArticleSide menu SCSS file working globally?
@mahi24nitk wrote: In side menu scss file i am doing … .ios,.md{ page-menu { ion-item{ background-color: map-get($colors,primary); } } } then all tabs component “ion-item” following to side menu scss...
View ArticleHTTP GET over angular and also XMLHttpRequest throws strange error on cordova...
@mburger81 wrote: We do a simple GET over angulars HTTP library to an url like https://smart.blabla.com. If we run this with ionic serve every thing is fine, but if we run this with ionic cordova...
View ArticleIonic sqlite update query multi attribute
@mujtaba_m wrote: I am using SQLite database in my ionic 2 project. This is my query: query(query: string, params: any[] = []): Promise<any> { return new Promise((resolve, reject) => { try {...
View ArticleHow display a qrcode
@vnicolas0 wrote: Hello, i search to display a qrcode (in string base64 form) in ionic 2. How i can achieve that? Posts: 1 Participants: 1 Read full topic
View Article300ms delay keyboard issue
@constantin.radu wrote: Hi guys. The problem is that using ionic event listeners like ‘click’ or ‘tap’ in situations where an input is behind a clickable div/button the tap/click event is propagated...
View ArticleHow to [(ngModel)] with ion-radio
@ThunderBirdsX3 wrote: I try this code, But it doesn’t work. <ion-list radio-group [(ngModel)]="case"> <ion-list-header> Case </ion-list-header> <ion-item>...
View ArticleTimer From Parent To Modal
@junjunhernandez wrote: I am developing a quiz app and it has a timer. There is a long paragraph which I put in a modal to have a neat layout, I added a button and upon clicking it, a modal opens to...
View ArticlePlatform style for specific component
@RobinH wrote: Using ionic@latest, is there a way to set a specific component to follow a specific platform style? For example I’d like my app running on iOs, to use the iOs platform styling, except...
View ArticleIonic Pro : Use different API endpoints depending on the channel
@michael-rouart wrote: Hello, I’m testing the new live deploy of Ionic Pro which works well. My only issue is to have different settings depending on the channel I’m deploying to, e.g. my api...
View ArticleCant run npm install
@zuest wrote: hi everyone im trying to get this ionic theme running market.ionic.io Authentication IONIC 2 Authentication but im getting this error while performing npm install Microsoft Windows...
View ArticleHandling a download initiated by an in-app-purchase
@halukkaramete wrote: Hi, I am in dark as far as what to do about an incoming download which is initiated upon an in-app-purchase. There are great in-app purchase plugins, but I guess this aspect (...
View ArticleERROR Error: Uncaught (in promise): TypeError: n.search_sn_result is not a...
@anton_klochko wrote: Hi all ! Could anyone suggest please … what i did wrong ? Could not fix this error … @Component({ selector: 'page-sn-result', templateUrl: 'sn-result.html', }) export class...
View Article