When (ionchange) of textbox , Ion-select values not loding in HTML page
@Velmurugan wrote: I have two screens . login signup. In login screen, i am using actionsheet for otp verification.then i am using function for navigation to signup. login page. image.png572×655 64.3...
View ArticleConverting to Ionic 4, but old Ionic 3 pages appear
@AndrWeisR wrote: I am converting an existing Ionic 3 app to Ionic 4. The first time I run the app on an Android emulator, I get the new Ionic 4 app. The second time I run the same app, I get the...
View ArticleImage is not loading properly from image picker in ionic 4
@Velmurugan wrote: I am selecting image using image picker .Its not loading on selecting . image.jpg720×1280 76.4 KB image.jpg720×1280 72.4 KB The image was selected , but its not showing in screen....
View ArticleIonic 4 Cart
@Lyhout wrote: Hello all guy, I’m a fresher with ionic 4 and I have a problem with Cart. Does anyone have any solution with that? Thank in advance. Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 mobile back button issue
@rajesh5129 wrote: am developing an ionic4 app. after logout I am redirecting to the login page by using this.navController.navigateRoot method. to close the app by clicking the mobile back button I...
View ArticleIntegrating material design with ionic app
@Taraa wrote: Hi everyone I used to work with ionic UI just fine but now for some designing reasons I need to use google material design feature. so I searched about it and found out about “Angular...
View ArticleE2e testing on mobile device
@breinsnet wrote: So my project use extensive use of native plugins, file, camera, google maps, and others. Mocking them is a bit of a pain and I was wondering what’s the best strategy to e2e testing....
View ArticleIonic3 Alert with Input Text and Radio Button
@OliverPrimo wrote: Hello everyone, I want to create an ionic alert that will have both radio buttons and text inputs. I have three options and if the user chose the third option, an input text will...
View ArticleFileOpener and DocumentViewer are not working
@OliverPrimo wrote: Hello Everyone, I created a function that will get the PDF Blob file from the server and save it to phone’s storage. Now, I want the user to be able to open it once the file was...
View ArticleHow to pass a parameter while routing to the page using navcontroller in ionic 4
@Velmurugan wrote: Hi, I am creating social media application. I need to pass username fullname and usertoken for all the screens. In ionic 3 i used navparams. But in ionic 4 its not supporting....
View ArticleError Routing
@EniolaTade wrote: Hello guys, i still get this error when trying to route from one page to another. Error: Cannot match any routes. URL Segment: tabs/list/profile/DNKagDWuNX8vkXj4pqiB’ How do i solve...
View ArticleOnclick on the edit button keyboard should pop up
@premktr wrote: I am using ionic4/angular. give me a sample code that should pop up the keyboard when the input field is focused or when the edit button is clicked.i have tried many ways including...
View ArticleNpm install not running on the build-server
@solojuve1897 wrote: My app-project is in a sub-folder in my repo so I have a package.json-file in the root with the following scripts: “scripts”: { “preinstall”: “cd [dir]/app && sudo npm...
View ArticleFileUploadOptions cannot include request body
@plau wrote: I could see header and params but no body. How could I do that? Posts: 1 Participants: 1 Read full topic
View ArticleIonic Package is not signing my Android debug builds
@ZaLiTHkA wrote: Greetings… I’m running into the all too common “Blocked by Play Protect” issue when I try install an APK directly on each of my local Android testing devices. I’ve been trying to fix...
View ArticleIn-app browser error in ios build
@cikcoh wrote: @ionic-native/in-app-browser/index.ts(233,2): Error during template compile of 'InAppBrowser' Only initialized variables and constants can be referenced in decorators because the value...
View ArticleResponsive vertical
@ionicProgrammer wrote: Bonjour, Je réalise des maquettes en ionic, j’ai une question a propos de la responsive verticale lorsque je réalise une interface si je l’essaye sur le device galaxy Not 2c...
View Articleionic 4 custom styling confusion
@saad-ansari wrote: ionic 4 custom styling confusion and css is not working for me i want to create ion-grid is in block element i was applyed display:block; property but my css not working...
View ArticleHow to filter multiple data using cloud firestore in Firebase
@santosgust01 wrote: Hi everybody, I’m developing an aplication using cloud firestore of firebase and I need to make a dynamic filter using an ion-select with multiple values as in checkbox. The...
View ArticleCamera Plugin
@arulyan wrote: Can someone help me understand the ionic-native camera plugin code… import { Camera, CameraOptions } from '@ionic-native/camera'; constructor(private camera: Camera) { } ... const...
View Article