Custom notification image
@kevred wrote: I am pushing a notification message from the server, and using the push plugin for notification. My question is how can I have a customized icon in the notification area in android. So...
View ArticleHow can we Hide the ionic button when we entered text in ion textarea in html
@Gokul15 wrote: hide the ionic button when we entered in ion textarea in html…Like whatsapp chat…when we typed something in textarea automatically voice button will be disabled… Posts: 3 Participants:...
View ArticleIonic codova build android fail issue
@umeshionic1234 wrote: initially my projct worked and generates apk …but now when i add new page in my project using ionic g page command then am getting following error : G:\ion\cam>ionic cordova...
View ArticleApp is not working, it stuck on white screen
@Hammadqureshi wrote: Hi guys, i am scared i don’t know what should i do, when i am trying to run the application on device it shows the splash screen and then it stuck on the white screen, Please...
View ArticleIonic build browser --prod --release showing error when I build for PWA
@sagar290 wrote: My app.module.ts file is import { IonTextAvatarComponent } from '../components/ion-text-avatar/ion-text-avatar'; import { ProgressBarComponent } from...
View ArticleInput data is not getting from 2nd time
@RajaJakkampudi wrote: In ionic, i had taken HTML code: <input maxlength="1" autocomplete="off" type="password" id="Enewid1" > Javascript code: var pin = $('#Enewid1').val(); ISSUE: Here the...
View ArticleAnyone used ionicmaterial.com nowadays?
@perenyitamas wrote: Tried to implement it to my own project but couldnt do it based on the docs since it was for ionic 1. Anyone have a tutorial for ionic 3? Or it isn’t compatible anymore? Posts: 1...
View ArticleIonic 3 File opener Issue (Status:9 message:file not found)
@yashwanth493 wrote: HI guys, I stuck with an issue, here is the scenario I would like to open an local pdf/any document file and have to show in ionic 3 application. here the screen shot shows the...
View ArticleUpload files without file transfer plugin
@vcarvalho0402 wrote: Hi, I’m trying to upload files from my ionic 3 app, but since the file transfer plugin is deprecated, is there a way to upload files with angular’s Http @angular/http? Here is my...
View ArticleHow to get .jpg or .png file from local file to PFD file using ionic 2
@shridhark wrote: // I am trying to show logo(Image) into PDF file but im not able to get image into PDF Please help //me import { PhotoViewer } from ‘@ionic-native/photo-viewer’; // import in html.ts...
View ArticleImplementing OCR using tesseract.js on a real device
@duncandege wrote: I want to implement OCR and i am using tesseract.js. The code works fine when testing on the browser however when i run it on my android device, it shows blank page. Any idea will...
View ArticleIonic cordova build android fails with the following error:
@lawrence_kyalo wrote: Error: Unencoded < Line: 81 Column: 2 Char: < at error (C:\Users\lawre\AppData\Roaming\npm\node_modules\ionic\node_modules\sax\lib\sax.js:666:10) at strictFail...
View ArticleCheck previous page hierarchy
@mdline wrote: Hello, is it possible to check if my page extends a specific class. export class HomePage extends BaseLoadingPage { So I want to check in another page if the previous page extends from...
View ArticleIonic cordova run android not working
@federicoponzi wrote: When I run: ionic cordova run android --verbose I get: [DEBUG] Reason for not using local CLI: LOCAL_CLI_NOT_FOUND [DEBUG] CLI flags: { interactive: true, confirm: false }...
View ArticleIonic v3, Array, Angular and Variables
@marcotrumpet wrote: I need your help. In my app I want to display an array with *ngFor. My array is composed by a name field and a field that contain a variable with the base64 of an image. That...
View ArticlePort Ionic v1 theme to v3 Ask Question
@Anelito wrote: Hello, I have a Ionic v1 hybrid app which uses the old theming system where a lot of .sass files are grouped together inside one single directory and I would like to port the theme to...
View Articleproblems with tab-slide-box
@nlira wrote: I am developing an application that must have a tab-slide-box, but when I place my code css and js so that it performs the sliding effect it does not load anything, but if I put that...
View ArticleEncrypted database and secure storage
@WideNick wrote: Hello every body, i need for an app to encrypt the database, so i’ve found sqlcipher but with the new version, the window support is stopped. So i must found and other solution. For...
View ArticleWhat do people use for analytics?
@Kimmet wrote: I was just wondering what people are using for collecting analytics in their ionic 2+ apps? From what I can tell Google Analytics is no longer possible as it’s transitioned to Firebase...
View ArticleWhen App Receive Push Notification the app crashing
@flycoders_sourav wrote: When App Receive Push Notification by token the app crashing how can i fix it please help me anyone Thanks Posts: 1 Participants: 1 Read full topic
View Article