Ionic Printer: TypeError: "path is undefined"
@NorthFred wrote: Hi, I’m getting the error “TypeError: path is undefined” in the browser’s developer console when I try to run the following code: import { Printer, PrintOptions } from...
View ArticleIonic login form in login 3
@PRASANNAKUMAR wrote: import { Component } from ‘@angular/core’; import { NavController } from ‘ionic-angular’; import { Http, Headers, RequestOptions } from ‘@angular/http’; @Component({ selector:...
View ArticleAPI Maps "setCenter: not a LatLng" - Ionic-v4
@JordanoBaluz wrote: I’m trying to get the location via geolocation and center the map, but i receive the error “not a LatLng”, someone know why? export class HomePage{ constructor (private...
View ArticleIonic 4 page transition issue
@dac81048 wrote: I have created several component but when I am moving from one component to another the previous component took so time to hide. Posts: 1 Participants: 1 Read full topic
View ArticleIonic geofence
@nameissaket wrote: Hi all, I am using ionic v3 and want to use Ionic built in Geofence plugin. I have implemented as mentioned in the official docs https://ionicframework.com/docs/v3/native/geofence/...
View Article"__webpack__require__.e is not a function" Error while importing modules
@elisamaral wrote: I’m gettind the error in the picture below while importing a module in app.module.ts error.jpg393×633 83.7 KB It seems to be a problem with the path reference, since I’m importing...
View ArticleA problem occurred evaluating project ':CordovaLib'. > Failed to apply plugin...
@lprnvr wrote: Hi there, I’m not sure if the topic location is uncorrect. I cannot build my project file. It was working before correctly. Then, while I trying something I got this error. I don’t know...
View ArticleAny alternative to debug FileTransferObject when running on browser
@rahjain wrote: Hi All, I am trying to create an application and i have added a FileTransferObject to upload pictures from Gallery or Camera, But unfortunately, it only works on Android and on Browser...
View ArticleIonic4 + Keyboard pushes tabs up on IOS only. Android is working normally
@joabchua wrote: I am using Ionic4.12.0 CLI, 4.1.1 @ionic/angular. Expected behaviour should be: Screenshot 2019-04-21 at 12.08.39 AM.png267×557 26.2 KB Current behaviour is: Screenshot 2019-04-21 at...
View ArticleHas no exported member 'FirebaseListObservable'
@lprnvr wrote: Here is my error: Module '"../../../../../../my-stuff/node_modules/angularfire2/database"' has no exported member 'FirebaseListObservable'.ts(2305) import { Component } from...
View ArticleHow to access Ionic lifecycles with Vue?
@Heihachi88 wrote: I’m interested on how to use ionViewDidEnter() with Vue? Where do i have to call this? Posts: 1 Participants: 1 Read full topic
View ArticleFailed to build IONIC Geofence on XCode
@timursahadewa wrote: I am using Geofence plugin on IONIC. When i build on XCode 10.2 it’s say : “Unsupported Swift Version. The target ‘MyApp’ contains source code developed with Swift 3.x. This...
View ArticleIon-item even and odd color not working with :hover
@victorsosa wrote: HI, I am able to assign different colors to the ion-items, but if I combine that with the with a class using hover to change to a different color it doesn’t works (it use to works...
View ArticleMangement of Moodle Content in my App
@nulo wrote: Hello everyone I’m sorry if this is a repeated topic or an incorrect category I want to know if it is possible to consume SCORM content already in use in Moodle, and show it in my...
View ArticleIonic V4 Checkbox and Select in same ion-item
@Modpirate wrote: I would like to use both a checkbox and a select box in the ion-item tag. (see image below) It all aligns well, but the ‘clickable’ area for the select box takes up the whole...
View ArticleApp Center Push + Ionic 4
@Folego wrote: I installed the plugin, tested sending a push notification, received the notification, touched the notification, the app was started, but I can’t catch the event. I understand that if...
View ArticleHow to solve variables getting undefined in Ionic when working with loops
@ThaminduDilshan wrote: I’m developing an ionic app which records a video, divide video into frames and then upload each frame to a server. Below getDurationandFrame() method extract the video into...
View ArticleHow to solve Error: cannot find module in Ionic 4 (tabs navigation post login)
@lily28 wrote: Hey, I’m new to ionic and currently doing my project. Tabs worked fine at first but I got an error after trying to navigate it after login. Not sure what i’m doing wrong any help would...
View ArticleIon-page-invisible class not being removed navigating in between pages [VIDEO]
@moscoso wrote: I posted a twitch clip of the bug here. https://www.twitch.tv/videos/414282266 Basically I have a tabs page and when I navigateForward or navigateByRoot for some reason the transition...
View ArticleAdmob Free has low fill rate on Android
@hafiz5626 wrote: I already add admob banner onto my Ionic 4 app. For ios, the ad working perfectly but on android, the banner wasn’t even showing. When I troubleshoot the error, the error reason...
View Article