How can show camera in part of the page or in one pages in tab
Are you Iranian?can not help you with email This is my phone number please find me in whats app or telegram : +989196113175
View ArticleVertical an horizontal alignment impossible
Thank you for your answer, i have updated the code to match the new markup using classes. But, the letters/text are still not centered vertically in the columns…and that is what i wanted to achieve....
View ArticleAndroid app loading fine in browser, failing to launch in emulator
Hi, I am beginner to the Android development. I am trying to develop an app in Android. I face problems with dependencies while integrating firebase. In stackoverflow, they suggested me to upgrade to...
View ArticleHow to use ToastController in Ionic 4?
Thanks a lot for this. The toast is now displaying, but I’m getting a red line under async presentAlert(). This is the error appearing now in VS code when I hover over that line: An async function or...
View ArticleHow to use ToastController in Ionic 4?
Sweg: async presentAlert() { const alert = await this.toastCtrl.create({ message: ‘User Exists’, duration: 3000 }); await alert.present(); } async presentAlert() { const alert = await...
View ArticleIos can't connect to server
cross post. So the problem is that: $ ionic cordova prepare ios $ ionic cordova run ios -l --external the ios device will connect to the server, however, $ ionic cordova prepare ios $ ionic cordova...
View ArticleUpload image to an API as binary data
pbc1325×709 29 KB Hi, I need to send the image as binary data to an external API as shown in the screenshot. It works fine with Postman. But, I’m having trouble implementing this in Ionic. I tried...
View ArticleHow to use ToastController in Ionic 4?
Thanks for your response. I’ve updated my code as follows, & the toast appears as expected: login(): void { firebase.auth().signInWithEmailAndPassword(this.email, this.password) .then((user) =>...
View ArticleRead binary file located in project directory using...
Hi guys. I want to read a docx file inside my src in runtime. this is my function: const loadTemplate = async (readFile) => { try { let contents = await readFile({ path: "./template.docx",...
View ArticleNeed an opinion to Angular-Resolver and Ionic
Hi all, We all know the the resolver feature of Angular to fetch some data before you navigate to a different route. I tested this feature in my Ionic application. But so far I saw, when I navigate...
View ArticleNavigation url changes but view does not load
I’ve recently switched from a split panel to ion tabs. The tabs works fine but accessing the sub routes is very difficult. The routes are in dashboard.module.ts below import { NgModule } from...
View ArticleIonic React css background url -- schema-utils
As soon as I added css to style the background of an element with an image: background: #164C77 url(../images/earth_bg.png) no-repeat 0 0; I now receive the error ‘Failed to compile’: Error: Cannot...
View Article--release build much slower than --prod
Why should i out ionic command before cordova’s ?
View ArticleChange ion-input type. Show/Hide password directive/component
Thanks! This was so clean and easy to implement
View ArticleIonic with offline use and data-driven architecture
I’m reseaching tecnologies to develop a solution for the following use cases: A user goes to a construcion site in where probably there is no internet connection. There the user the take some photos e...
View ArticleStoring result of this.nativeStorage.getItem() in class variable
I have a similiar problem i didnt find any answer until now. Did you find a solution?
View ArticleWorking with async behaviour of new Ionic Storage
I understand your problem. I have it too
View Article