How to detect if ion-content has a scrollbar?
@nunoarruda wrote: I want to hide or show elements when there is or there isn’t a scrollbar on ion-content. More specifically, I want to show a button (to load more items in a list) when there’s no...
View ArticleProblem with connecting to Android
@Sakkreerin wrote: 66671.jpg892×1834 38.8 KB I already change the clearTextTrafficPermitted=“true” but it still not working. I dont know Is it relate to the android version ? because I use samsung s8...
View ArticleEvict hydrated when rendering
@lcmassena wrote: I am using a method to render some list items. Assuming the part.isAvailable = false the second ion-item should never be visible. But the framework is injecting the hydrated class...
View ArticleIonic 4 virtual scroll header doesn't group by last names
@ctfrancia wrote: hey guys so I am making a Contacts page where the last names are grouped based on the first letter. All last names beginning with A are grouped under ‘A’, etc. I have the problem...
View ArticleResize / DOM Events / "Style change" triggers ngif?
@Rotestasd wrote: I noticed some major performance issues in my ionic project, so i checked what was going on, and found out that my *ngIf is triggered every time i click somewhere or the window is...
View ArticlePull App Code from Appflow repository
@swissfritz wrote: I have a new Macbook and would like to get the latest version of an existing app from the Appflow repository. Do I need to start the app in my file system first before I do ionic...
View ArticleAdding input dat ato existed list
@Harikag wrote: Hi, I have data , I am displaying dat through ngFor, But whenever user gives reply it need to add same data to forloop and need to display how can we do , please help me. Thanks. I...
View ArticleIonic and Emberjs
@RiddlezLaher wrote: How easy would it be to implement ember JS into IONIC just as vue and react has been implemented I need some guidance but am interested i’m implementing it if knowledge permits...
View ArticleNonetype' object has no attribute 'decode' error when i upload the image to...
@premktr wrote: I am new to ionic4/angular4.i need to upload the profile pic to database.i wrote code but I don’t know whether it is correct or not and when I am uploading it I am getting the...
View ArticleUse cloud functions from firebase
@hanane95 wrote: Hello guys, i need how can use cloud functions but without deploy, because another person do this part. i need just use in my app ionic v4 Thanks Posts: 1 Participants: 1 Read full...
View Article[ionic v3] Object(...) is not a function at CameraPreview.startCamera
@hn162 wrote: Hi, I’m developing an ionic 3 application in which I need to show the camera interface inside the app screen and camera-preview seems to be the right and only solution to go with at this...
View ArticleNetwork events not working
@Dunny wrote: Hi, On Ionic 4, the events are never fired, “@ionic-native/core”: “^5.9.0”, “@ionic-native/network”: “^5.9.0”, “cordova-plugin-network-information”: “^2.0.2”,...
View ArticleIonic 4 FileTransfer on HTTPS Error code 3
@nagarajsabhahith wrote: FileTransfer error code 3 java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. when with http url file is going to server but when i...
View ArticleThreejs and Ionic4
@BashBoss wrote: I am trying to implement threejs in Ionic app and somehow it only renders the object for a split second, and then gives up and returns to a blank white screen. Could I get some help...
View ArticleNavigation Inside Tab Ionic 4
@karthikmani15 wrote: This is My Tabs routing.module.ts File Code. const routes: Routes = [ { path: ‘tabs’, component: TabsPage, children: [ { path: ‘tab1’, children: [ { path: ‘’, loadChildren:...
View ArticleLegal documents
@JosephOR wrote: Hey folks, Ok so im about to start developing my first mobile app, but few sticky parts, mainly legal. as a software developer, my company owns everything I create, so how to I get...
View ArticleXhr works in cordova app but not in ionic application
@ankant wrote: I am trying to send formData using xmlHttpRequest. In a cordova based application, I am able to succesfully establish connection and send data. But the same xhr fails to establish...
View ArticleBest way to handle UK date strings when 2-way binding to ion-datetime?
@bc_uk wrote: I am trying to do 2-way binding with an ion-datetime. However, my date is stored as a string like this: “dd/mm/yyyy”, but the ion-datetime is expecting “mm/dd/yyyy”. I tried binding to a...
View ArticleNetwork state not getting in Ionic 4
@OmDIonic wrote: Hi All For checking internet in app I implemented below code but nothing is triggering Plugin Installation: ionic cordova plugin add cordova-plugin-network-information npm install...
View ArticleTabs dont work correctly
@Bryan1313 wrote: Hi people!! I have a problem, when I scroll my app the tabs move to the top, Do you know how can I fix it? Here is my code… {{ Usuario[0].Nombre }} <img [src]=“image” /> {{...
View Article