Ionic with Cordova/Capacitor - Auto update html/javascript
@hotton1 wrote: sorry if this is not the right place to ask this I’m currently building an Angular 8 (probably upgrade to 9 soon) with material as a PWA. The app is being used by staff out in the...
View ArticleIONIC App | Angular versus REACTJS
@softwarekoch wrote: Hi, i am a beginner in IOINC. When creating a new ionic project ( $> ionic start ) i am asked for “angular” or “reactjs”. I am not sure which makes sense for me. I want to stay...
View ArticleHow can i move an array from a list to another
@xarthurdev wrote: I have these two lists and I need that when I click on the chackmark button, the current item in the list is moved to another one of purchased items, but the most I managed to do...
View ArticleCapacitor Push Notification error
@werdna521 wrote: Hi, I am currently using Ionic React. I tried to register push notifications using capacitor’s push notification plugin with the following code...
View ArticleSide menu icons problem
@haythambi wrote: Hi, so i have this right menu - my problem is the icons on Red - i did’t add those … the problem is they should be Inverse on left not right … any idea how can i inverse them or hide...
View ArticleIs there a way to render a new image without using canvas?
@tomjaihk wrote: I have an image and I have an input box for people to input some text. I want to put the text on the image and then render another new image. Basically, if I have a canvas component...
View ArticleWhite Screen of Death on android device
@Tobbu wrote: So when i run my app on a local device there is a white screen and not my pages. When i run it on the browser it works fine, but not on my local device. I tried google inspect device and...
View Articletraccar ionic
@dientrimedia wrote: has anyone ever made an ionic traccar with a realtime socket from the traccar server? Posts: 1 Participants: 1 Read full topic
View ArticleIonic Social Share Facebook Android
@sejpalbhavik wrote: Can we share content, image, and url on facebook via ionic social share in android. Posts: 1 Participants: 1 Read full topic
View ArticleAccess the document object from Firebase database
@tomjaihk wrote: I use FirebaseX plugin and its method fetchDocumentInFirestoreCollection to access a document from my Firebase database (the document does exist). It successfully passes the success...
View ArticleIonic v5 Sidemenu with Tabs
@vnyksj wrote: Hi all, I’m trying to create a new Ionic project with side menu and tabs so I have gone through a couple of ways to do this like this but for some reason its only showing side menu, I’m...
View ArticleHelp ! Simple CSS transition on ion-icon
@pixel1010 wrote: Hi, I made this really simple effect with CSS color transition on ion-icon ion-icon[name="volume-high"] { color : #007aff; &.playing { color : #5cff5a; } transition : color 200ms...
View ArticleButton background doesn't change even forced by change detector
@Helsing001 wrote: I’m using Ionic 4. Ionic Framework : @ionic/angular 4.11.10 I have this issue on Android devices. I have this ngClass directive on an ion-button: [ngClass]="{'action-btn' : true,...
View ArticleOn iOS, when open image url with inappbrowser, it closed right after open
@pdj wrote: this.iab.create(url,'_blank') url is like xxxx.com/abc.jpg when I use parameter as _system, it open well with safari but with _blank, it open image but right after open it, it close...
View ArticleScreen going off automatically when using iframe full screen
@AhmadBenMaallem wrote: Hello, I am using youtube embeded iframe in my app and when i watch a video in a full screen mode, the screen go off. any idea please. Posts: 1 Participants: 1 Read full topic
View ArticleGoogle maps and unnecessary refresh
@aardra wrote: Hi All I am using Ionic to display my sensors at various locations. Each sensor device will send frequency data, therefore i am preforming a http get every 10 seconds on my Ionic App....
View ArticleIonic 4 Build is not working after installing cordova-plugin-admob-free
@anjan1001jana wrote: Some jar files missing: /Users/anjanjana/.gradle/caches/transforms-1/files-1.1/play-services-safetynet-11.0.4.aar/a5cedbfea1044994a47cf40529a2815b/jars/classes.jar: D8: Type...
View ArticlePutting HTML directly in `component` property of a modal/popover
@manu_ionic wrote: When creating a popover (/modal/etc.), I’d like to do something like: const popover = await this.popoverCtrl.create({ component: `<ion-item lines="none" detail="false" button...
View ArticleDeclarative alert, confirm, and so on
@lucnat wrote: When coming to Ionic from Onsen-UI I was quite surprised to see how much code was required to show a simple alert, or a confirmation dialog. Why not have a declarative API like...
View ArticleIon-modal width
@Bastok wrote: Where the hell are we supposed to set those css custom properties? CSS Custom Properties |--height|Height of the modal| |--max-height|Maximum height of the modal| |--max-width|Maximum...
View Article