Connect ionic with dialogflow rest api v2
Does anyone know how to connect my ionic platform with dialogflow rest api v2 since this version does not include cordova plugin? Please help! 1 post - 1 participant Read full topic
View ArticleMissing settings.gradle file
I am getting the following error as the project in node_modules\@capacitor does not have a settings file in JetBrain’s IntelliJ Idea. Project directory...
View ArticleIonic 5: Form input is not validating in higher Android version but works...
I’m working on a project that validates the input before submitting the form. It’s working fine on lower android versions but when it’s executed on higher versions specifically Android 10 seems like...
View ArticleMigrating from ionic 3 to ionic 5 : Undocumented breaking changes
Hello everyone I am in the process of trying to migrate an app from ionic 3.9.9 to the latest version of ionic 5 I had a look at the Migration Guide, at the Ioniv 4 Breaking Changes list, and at the...
View ArticleIonic serve not reloading
I am building my project with ionic 5 in webStorm. When i serve my project with this command ionic serve project is not updating but when i serve with ng serve it is updating. Note: in vscode...
View ArticleLivereloading and testing native functionality
I’m pretty new to Ionic and Capacitor, so please forgive me if this is known stuff. I’ve googled but I haven’t been able to find any information. I’ve successfully been able to build my React apps...
View ArticleRouter getCurrentNavigation().extras not working [iOS]
Hello, The scenario is like this , I navigate using navigateByUrl and every time I pass data between pages. Home is the root page. The navigation is like this : 1- AppCompt (if new user) -->...
View ArticleIonicons appear only after i refresh the page on Ionic 3
i am using this code to create a list of items with an icon on the left. The code works some times after i run ionic serve but most of the times i need to refresh the browser to actually see the...
View ArticleIon router outlet caching issue
Hi, I’m using ionic react, my application has two routes like “/city”, “/city/:id” on city route there are list of cities and clicking one of them redirects to /city/:id route now the problem is if...
View ArticleKeyboard overlays popover when using forms
Hello everyone I have issue with android keyboard overlays form in popover This is my form 1592595644731409×843 79 KB When input is focused android keyboard appears 2402×838 90.2 KB and hide submit...
View ArticleDevice ready not firing on android
Not sure if this is a capacitor issue or an ionic issue but platform ready isn’t firing on Android in Emulators or a real device. It fires fine on iOS. I’m guessing this big error has something to do...
View ArticleAngularFireFunctions break when creating a build with the flag --prod
I’m trying to call a firebase function using Angular Fire on an Ionic project. const callable = this.afFunctions.httpsCallable('getWeather'); const result = await callable(request).toPromise(); This...
View ArticleMulti-app hooks not running before ionic serve
Alright I spent more than 4 hours on this so time to ask. What Im trying to do at a very high level is have 2 identical apps that will only get some configuration changed during build time (such as...
View ArticleAuto-scroll repeat images
i want to auto-loop scrollX repeat the images(marquee like effect) and i can still scroll them manually, the auto-loop scroll will pause when hover the images, thanks much!! 螢幕截圖 2020-06-20...
View ArticleReal time changes
I have this code in one of my components constructor( private platform: Platform, private storageIonic: NativeStorage, ) { this.platform.ready().then(() => {...
View ArticleNon-stop ionic slides like marquee
same issue, different way to do, but how can i modify auto-play slide non-stop, like marquee effect, but i still can scroll the slides manually, and when hover the slide pause, it continue when i...
View ArticleClose search bar in Angular or Ionic 5 when hitting cancel button
How can we close the search bar if we hit the cancel button? Or maybe better: when you hit any area outside the search bar? <ion-searchbar *ngIf="toggled" placeholder="Search" inputmode="text"...
View ArticleBuild error in ios
Hi Team I am using ionic 5. When i build for ios i am getting below error. i command line tools available. CordovaError: Promise rejected with non-error: “xcode-select: error: tool ‘xcodebuild’...
View ArticleHow to listen coming sms and read it
Is there any way to read SMS when it arrives using IONIC 4? I need to trigger some actions when the incoming message has a specific text. I saw this cordova-sms-plugin , but it can only send SMS. Any...
View ArticleAndroid mobile front flashlight
Is there any plugin to switch on and off front flashlight of android mobile? Although I have developed an app for back flashlight with flashlight plugin. Thanks 1 post - 1 participant Read full topic
View Article