traccar 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 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 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 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 ArticleSwipe back with IonReactRouter
@lucnat wrote: Is there somthing to be found somewhere in the docs? There is something enabled by default with IonReactRouter but it does not actually follow the motion, rather when starting the...
View ArticleInAppBrowser use as default browser in native device(android)
@KaleemUllah73 wrote: Hi I want to ask a question and want to know your valuable suggestion. I want to create an app same like a browser, I want to use my own custom browser as a default browser, so...
View ArticleDelivery app - suppliers wants continuous bell even if app is closed till action
@ersaurabh101 wrote: Brief Explanation - Order taking app. When new order comes, suppliers get notified using a PUSH notification and SMS . But they want - A Bell should keep ringing till they Accept...
View ArticleIon-searchbar pure javascript ion events
@smcardle wrote: Hi. I’m using ionic 5 in a pure javascript environment, well actually ‘preact’, and am trying to trigger on the ionChange event. This does not work, neither does the standard onchange...
View ArticleFilter By similar words
@shehryar007 wrote: Guys, actually I just wanted to filter my array by name which are similar or some part of it similar. I could find its solution maybe you all could help. Like if I type “Phone” it...
View ArticleFunctions return value but array length are returning 0
@bobyui wrote: Hi, I created 2 functions for multiple file uploads where I need to get the ID of the file after the file upload then save the id into array and process it later on, but the data...
View ArticleIonic: NFC auto initialize
@arindam_mojumder wrote: I have checked the documentation of Ionic NFC. There are some events to check whether the NFC is enabled or not., but couldn’t find any method to enable it dynamically. I just...
View ArticleWhen I try to get value form text box using ngmodel and print its showing...
@flycoders_sourav wrote: When I try to get value form text box and print its showing undefined how can i fix this issues Html <ion-content> <div class="logo-box"> <h4...
View ArticleIonic 4 reach InAppBrowser "this.iab.create is not a function"
@anitaeugene wrote: I am on Ionic 4 react. Trying for an InAppBrowser. Using Capacitor I always get “this.iab.create is not a function” while running it. npm install cordova-plugin-inappbrowser npm...
View ArticleDifferent gradle configurations depending on the way the android project is...
@lhk wrote: Hi, I would like to add some native code to my app. As a starting point, I worked through the capacitor plugin guide which sets up a project with: npx @capacitor/cli plugin:generate Based...
View ArticleIs it possible to use Firebase ML Kit API with Ionic?
@Rashadab wrote: I am trying to implement the Text Recognition from firebase ML kit. Is it possibe to use it in an ionic cordova project? Thanks in advance Posts: 1 Participants: 1 Read full topic
View Article