Web api call is failing in higher versions of android
@ruby4leo wrote: In Ionic 3 Angualar 5 application. The below MVC call is failing in Android 7 and above works fine in Android 5. Any guess why?...
View ArticleIonic login with facebook feature
@dorman99 wrote: any one has some problem ? my app keep crashing while using facebook login, the pop up modal was shown up and i was succesfull login with the facebook , but when returning to my app,...
View ArticleRemember the selected lanuage
@a7mdFo2ad wrote: hi I wanna to make my app remember the selected language even he closed the app and open it again html <ion-item class="settings-items" no-border ion-item> <ion-icon...
View ArticleHow to open external links in ionic 3.20.0 app
@heni2424 wrote: i use inappbrowser and themeablebrowse always open in default browser i need to open in the application Posts: 1 Participants: 1 Read full topic
View ArticleBlock and unblock the lable to edit by clicking
@rajbasilio wrote: I want something like as above shown image. When I click on the edit button then I should able to edit the label( A little about you label ) how can I do it. Posts: 1 Participants:...
View ArticleHow to create shared module with translateservice
@fabulous_fab wrote: Hi, How to create a shared module contains translateservice ? Thanks you in advance, Fabrice Posts: 1 Participants: 1 Read full topic
View ArticleSkip ngFor if array is empty
@a7mdFo2ad wrote: i want to skip ngFor if the retrieved data length is empty i tried to use ngIf also but didn’t work <ion-slides autoplay="3000" *ngIf="Ads.length" class="slideroption" loop="true"...
View ArticleIonic3 android version compatability
@KavinV wrote: Ionic framework supports android oreo or not ?? Posts: 2 Participants: 2 Read full topic
View ArticleIonic calendar array,api
@paulbuscano003 wrote: Hi, How can I display my sample array date to ionic full calendar? home.ts import { Component } from '@angular/core'; import { NavController } from 'ionic-angular'; @Component({...
View ArticleError superspawn.js when build android, ionic 2
@rasyusuf wrote: i tried to build ionic 2 project, i found strange error like this BUILD FAILED in 13s Picked up _JAVA_OPTIONS: -Xmx512m at ChildProcess.whenDone...
View ArticleLocalstorage Item on Top of List
@anuj14 wrote: HI All, I am using ionic 2 Ngfor loop and getting one list to show . Now i want to localstorage item which is based on item id on top . Like i selected no 5 previously now when i go to...
View ArticleHow to change dir of searchbar?
@ansarikhurshid786 wrote: Hi, I have set Now everything is rtl exclude searchbar and input textbox. I have manual add like but still it not working. I check in dom (chrome dev tool) but i can see...
View ArticleERROR ITMS-90725: Please update Xcode and rebuild your app
@mfouash wrote: i am tray to upload my IPA app to ios app store but i get this error ERROR ITMS-90725: Please update Xcode and rebuild your app ERROR ITMS-90725: "SDK Version Issue. This app was built...
View ArticleHow To Restrict The Image Upload limit in Camera plugin ionic 2
@Ferozabdul wrote: I want to set maximum upload image count of 3 in Camera plugin How to do Here is my code import { Camera, CameraOptions } from '@ionic-native/camera'; constructor( private camera:...
View ArticleI have a problem with does not see function, you can see as bellow
@ionicorhanozturk wrote: src/pages/home.html <ion-header> <ion-navbar> <ion-title> Ionic Blank </ion-title> </ion-navbar> </ion-header> <ion-content padding>...
View ArticleChrome Sockets Tcp
@Marcelwinter04 wrote: Hi Guys, i have a problem with the chrome.sockets.tcp plugin. I´m always getting the error “Uncaught InvalidCharacterError: ‘atob’ failed: The string to be decoded is not...
View ArticlePinch to Zoom within an Web-Object
@KlausKu wrote: i write an e-book learning app with a lot of html content. i would like, that the user is able to zoom-in and scale the complete content (text, images an so on…) like a “normaly...
View ArticleResponsive grid doesn't work with xs breakpoint
@ioclaudio wrote: Hi, I can’t understand how Ionic Responsive Grid works. I’ve this grid, with these breakpoints: xs, sm,md,lg,xl. If I try it with Chrome it works as expexted until the size of the...
View ArticleDisplaying one image object on every slide
@jqx23 wrote: I have a bunch of slides with images on them right now and an image object I want to display on every slide(without creating a new image object every time so that I can keep controlling...
View ArticleRedirect to specific page on click notification
@marco-shock-wave wrote: Is there a way to open a specific page of the app when I click on a push notification? Posts: 1 Participants: 1 Read full topic
View Article