[Ionic V4] Missing update instructions in CHANGELOG.md
@heikoheilrb wrote: There used to be update instructions in the V3 branch. Obviously they are missing in the V4 branch. E.g.: How to upgrade from Version 4.0.2 to 4.1.0? npm install...
View ArticleIonic 3/4 PayPal CheckOut problems
@alfanet wrote: 0 I’m using a new PayPal java script sdk not checkout.js. I need to send payment to different merchant IDs, but it seems to work only with my merchant ID where I created a SandBox as...
View ArticleIonic push notification with onesignal
@paulbuscano003 wrote: Hi, I’m implementing one signal with push notification with “LOCATION” filter. but I don’t know how to start. I can only do subscribed users but not with specific locations....
View Article[ngStyle] brief flash of unchanged font size
@joseph7 wrote: Hey guys, item-detail.html: <h1 id="item_title" *ngIf="hasProperty('name')" [ngStyle]="{'font-size': font_size}" innerHTML="{{item.name}}"></h1> item-detail.ts: font_size:...
View ArticleHow to increment & decrement item quantity of particular item
@harshm90 wrote: Hello, I have an Array of item in shopping cart i want to update the quantity of particular item in cart when user clicks the inc or dec button my ts file // Fetching the data in...
View ArticleIonic 3 Firebase Analytics with Google Tag Manager
@benskarunya wrote: Hi, in our application we are using ionic 3/ Angular 4 / Cordova iOS & Android trying to implement firebase analytics with Google Tag Manager. For this i am not getting the...
View ArticleHow to store videos in Application cache with Ionic
@rajrock38 wrote: My requirement is to download videos and save them in Application cache so it can only be accesible via the app only. It should not be available in the native file system Posts: 1...
View ArticleCould not download trove4j.jar (org.jetbrains.trove4j:trove4j:20160824)
@saleemnasa1 wrote: I am getting this error when I try to run ionic cordova build android FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project...
View ArticleHow to display key value pair both on ionic 4 by binding it in html ?...
@Chandankbc wrote: Hello, i want display the following data in HTML, please help me how do i do that ? “sales_data”: { “10”: 77, “11”: 174, “12”: 42, “13”: 1691, “14”: 80, “15”: 109, “16”: 63, “17”:...
View ArticleIonic 4 Modal using Javascript
@fmelo wrote: I copied the code in your documentation https://ionicframework.com/docs/api/modal in the tab Javascript. Then I added a button to present the modal: <button...
View ArticleIonic Native/Google Maps: Marker click does not work in Marker Cluster
@biney12 wrote: Hi, this is my first post so I’m not fully sure how to ask for help. I’m using Ionic V3 and Ionic Native Google Maps V4.21 to show some different places and give then functionality. I...
View ArticlePrevent page from being draggable
@hlamprecht wrote: Hi, when I run my app on a mobile device, I can drag the page down just like I would in a browser to trigger a reload. Is there a way to prevent this? the page header sticks to the...
View ArticleCannot run ionic project!
@Fayme wrote: Recently i had updated my node and after that my project is not running anymore, moreover i don’t understand the issue. I am tried many different things according to the blog but nothing...
View ArticleError load resources in ionic 4 run android or ios
@rubenmgar wrote: Hi, I’ve got a project that works ok in browser, with ionic serve, but in devices it shows a blank page. In Android and in iOS. When I debug with Chrome or Safari, the problem is the...
View ArticleIn app browser alternative
@blondie63 wrote: Hi All, someone have notice about a plugin better than In App Browser, like Facebook and Instagram are using for advertising ? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleFull screen slides / photo gallery
@brenden wrote: I need a way to view images in the full screen on devices and be able to swipe between them. Currently I have an ion-slides component that allows swiping through pictures and a...
View ArticleRender HTML
@patness wrote: Issue resolved. Can’t delete question so don’t want to waste any more time on it Posts: 1 Participants: 1 Read full topic
View ArticleSelect placeholder color
@eebrando wrote: Does anyone know how to style the placeholder content for an ion-select in ionic 4? I’ve tried ::placeholder, I’ve tried --ion-placeholder-color, I’ve tried throwing !importants at...
View ArticleIonic 4 swiper virtual scrol
@msharaf wrote: ion-slides doesn’t support virtual dom as swiper api do https://idangero.us/swiper/api/#virtual i am able to get it to work by reinitiation the swiper object is there is anyone has the...
View ArticleWhy Events Doc is missing in ionic v4 page?
@sonicwong wrote: Why Events Doc is missing in ionic v4 page? Just like the doc for v3. (import path change: import { Events } from ‘@ionic/angular’ Ionic Framework Ionic Framework Ionic is the app...
View Article