Ion Content scrollToBottom
Hi The method this.content.scrollToBottom(duration); will scroll the content to the bottom automatically. If I pass a large value as the “duration” , the scrolling will happen slowly. (Which is what I...
View ArticleHow to create a button link to a tab
Hi everyone, Very nice that Ionic is now officially released for Vue, great work! I have implemented tabs. One tab is ‘explore’ and another one is ‘favourites’. When there are no favourites yet, I...
View ArticleOffline (mbtiles) map with ionic and mapbox
Hi, I am trying to load openstreetmap mbtiles in ionic from external source but still not working i have use https://github.com/oscarfonts/mapbox-gl-cordova-offline/blob/master/README.md as a guide...
View ArticleError file opener and Streaming Media with SDK29
When i Use sdk 28 work but I use sdk 29 not work. When ? Fail we open video with streaming media and file opener pdf. How simulator error? android studio -> Configure -> Sdk manager install o...
View ArticleIonic v3 changing default startup page
I want to be able to load pages using my database. Usually, when we use the pages they are used as component. But when I get the page name in the database its being treated as a string. For example,...
View ArticleTrying first modal dialog using vue, crashes
github project GitHub sdetweil/Config-vue Configuration app using Ionic Vue. Contribute to sdetweil/Config-vue development by creating an account on GitHub. using template for component, copied V4...
View ArticleWhich databases do you use for mobile applications?
Hey! I haven’t been around that long and only started developing mobile applications a few weeks ago. I’m still learning myself with Ionic and need a little help. Hopefully one of you can help me. I...
View ArticleHow to solve technical debt? (angular 5, 2018)
Hi everyone! I currently have an app where the ionic and angular version stayed behind over the last 2 years. (Started in 2018, check bellow to see the packages used) (I tried to fix it once before...
View ArticleHow build multiple apps from the same codebase in ionic 4
I need to building Branded Apps from a single codebase with different names, icons, splash, theme 1 post - 1 participant Read full topic
View ArticleHow to call a java script
Hello, I need to call a Java script file in Iframe but not able to do that in iOnic 3. Any pointers please? Thank you 1 post - 1 participant Read full topic
View ArticleCorner speed and lean angle
How to calculate the corner speed and lean angle similar to this application : App Store Corner Speed Corner Speed is a unique information dashboard just for motorcycle riders.It shows and records...
View ArticleIon-Tabs in named outlet
HI all, I have a problem with tabs inside a named outlet. The ion-tabs does not recognize the active tab, when it is rendered inside a named outlet. I have created a stackblitz to illustrate the...
View ArticleIn app purchase 2 .verified error
Hi there. I am using ionic 3 and in app purchase 2@4. I use this code to approve this.store.when('product') .approved((p: IAPProduct) => { if (p.id === one_month_membership) { console.log(); } else...
View ArticleVue modal access to input field
how do I retrieve the value of an input field in my template? I can document.getElementById() but compile fails as there is no ‘value’ i shouldn’t have to do that anyhow i put the property in the...
View ArticleUsing template, get code access to ion? component instance for methods
i built my app with templates of Ion??? components. now I need to call a method on the IonSlides component instance… How do I get that object to invoke methods (next/prev slide) and i’ve done a good...
View Article[DocumentManager] Failed to associate thumbnails for picked URL in iOS
I have a problem with Chooser (https://ionicframework.com/docs/native/chooser). When selecting, it does nothing and throws me that error. [DocumentManager] Failed to associate thumbnails for picked...
View ArticleGoogle SignIn (GooglePlus) & Android Problems
I’m using GooglePlus plugin for Google SignIn with Firebase. It works normally on IOS and WEB. But when i try it on Android -with below code- it always ask for permission. I click allow, popup closes...
View ArticleHow to access data from IonViewWillEnter
Hey everyone, I’m building an app with Ionic 5 and Vue (yey!) and I’m having some trouble. I have 2 tabs. In one tab I’m showing a list of items and you have a floating action button to add new items...
View ArticleUnit tests for alert controller in ionic
I am learning to write unit tests in ionic and am unable to write a test for AlertController. Below attached is the code async BackupSQL() { const alert = await this.alertController.create({ cssClass:...
View ArticleUsb or serial print not detecting port
Hi All , i want to print through usb or serial ,but i am not able to discover the port using starPRNT plugin. that giving always empty response , whereas at the same time other apps to print and...
View Article