Problem with speech-recognition endless spinning wheel
Ok, I think this could be a iOS 11 issue: forums.macrumors.com Constant Spinning Wheel with iOS 11 I now believe this is related to the app update process going wrong. The network reset clears the...
View ArticleStrange problem with
You are right! I replaced ion-item with div and all work fine! Thanks a lot!
View ArticleProxy Problems with Ionic
This is not working. “proxies”: [{ “path”: “/api”, “proxyUrl”: “https://maintenancemobiletest.nauss.edu.sa/” }] error is: Response with status: 0 for URL: null (Ionic DevApp)
View ArticleIonic - Go to the next input field instead of submitting the form
There is no such need to create directive. You can do it by just below code. <ion-input #myInput (keyup.enter)="myInput.focusNext()"></ion-input> Just as simple as that!
View ArticleSplashscreen for Ionic website
Hello, I am using ionic to deploy a website and an app using the same base code. Is there a way to have a splashscreen working on the website version ? During the module loading my page stay blank...
View Article[Ionic 3] Empty List with *ngFor and pipe (present data from object)
@SigmundFroyd I want to display a list of contacts. I was using the pipe (keys) because i thought that was necessary to parse the data from Json to Array to display it with *NgFor. I will update in...
View ArticleBuild Error in ionic v3
I have created an app using ionic v3 but trying to build the apk file CLI through an error mysangham is my project name I have used ionic cordova run android to run the application in stimulator and...
View ArticleStrange problem with
Type was text not username. I wrote the code wrong here. By the way, thanks for you reply!
View Article[Ionic 3] Empty List with *ngFor and pipe (present data from object)
app.module.ts import { BrowserModule } from '@angular/platform-browser'; import { ErrorHandler, NgModule } from '@angular/core'; import { IonicApp, IonicErrorHandler, IonicModule } from...
View ArticleLicense issues: Android SDK Platform 26
I have downloaded the latest android studio for windows. But when I am trying to run ionic corodova build android it’s failing with below error. Running app-scripts build: --platform android --target...
View ArticleLicense issues: Android SDK Platform 26
Did you had a look to https://stackoverflow.com/questions/39760172/you-have-not-accepted-the-license-agreements-of-the-following-sdk-components
View ArticleBuild Error in ionic v3
vkr1980: Error: Type ChapterPage in D:/Projects/ionic project/mySangham/android/src/pages /chapter/chapter.ts is part of the declarations of 2 modules: AppModule in D:/Pr ojects/ionic...
View ArticleIonic Google Maps is not working getting error - GoogleMaps [deprecated]...
Hello, can you send me a working Google Map ?
View ArticleDont work HTTP module
Try: import { Http } from ‘@ionic-native/http’; Instead of: import { HTTP } from ‘@ionic-native/http’;
View ArticleLicense issues: Android SDK Platform 26
Thanks one of the answers worked. Had to go to C:\Users\tanmay\AppData\Local\Android\Sdk\tools\bin, and run sdkmanager --licenses. Phew
View Article@ionic-native/file-transfer/index.d.ts, found version 4, expected 3
How you avoid the error from the call-number plugin? Always return me an npm error and cancel the npm install… This is so frustrating
View Article