Ionic application is not working on iPhonex device
I am developing one application on ionic and angularJS, but my application is working fine on Android device, but it is not working on iPhonex OS version 12.3.1 (Sometimes button clicks are not...
View ArticleReturn from function doesn't work
Hi, im tryng to get the response from this http get but it give me this error: vendor.js:1823 ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'subscribe' of undefined TypeError:...
View ArticleError "Your app contains non-public API usage" uploading an app on iOS App Store
Many other people have this error, I’ve solved as suggested in these discussions:...
View ArticleIs this possible? (multiple ion-router-outlet)
I’ve got a main router-outlet in app-component and then, another router-outlet named inside one page that is loaded inside the main router. When I tried to load, from this page, another one in the...
View ArticleIonic 4 virtual scroll header doesn't group by last names
You need to look at the previous record and return NULL if it has the same start…
View ArticleIon-content doesn't work
I found that when I commented out the <ion-tabs> block at the bottom that the search-bar and button are now responsive. So, something is wrong with that tab-bar at the bottom. I’ll play with it...
View ArticleIon-content doesn't work
I’m pretty sure you need to use without in a page. Tabs are tricky, it seems to me. You might find https://www.joshmorony.com/creating-a-tabs-layout-with-angular-routing-and-ionic-4/ to be a useful...
View ArticleIon-content doesn't work
i put the tab bar inside the ion-footer tags and now all is working!!! Thank you very much!!!
View ArticleIonic 4 tab select with button push
Hello, I have a page with tabs. I have a button on the first tab that when pushed I would like to route/select another tab. The high level html has the following: <ion-tabs #my_profile_tabs>...
View ArticleHow to generate android app bundle for ionic 3 application
if you don’t mind can you share the screenshot or steps .because i am doing this first time .any help will be appreciated…
View Article[Noob Question] ion-buttons and ion-tabs issue
ion-tab-button works fine, it’s ion-button that doesn’t work. Neither of the lines below work. <ion-button color="primary" expand="block" fill="clear" [routerLink]="['/',...
View ArticleIonic serve fails after upgrade to CLI 5.0.2 - [ng] The system cannot find...
I tried it but it didn’t solve the issue: C:\mobile\davdtexv03>ionic cordova platform rm android cordova.cmd platform remove android Removing platform android from config.xml file… Removing android...
View ArticleFile variables.scss not working when i run code in android device
hello everyone i have a problem with variables when i build and run app in my device android this code work when i use ‘ionic serve’ in browser and the ion-content background take this color...
View ArticleExecution failed for task ':processDebugResources' when build in android
Hi, I have a problem when I was attempting to do: ionic cordova build android Error: BUILD FAILED Total time: 1.405 secs Error: /Users/upcnet/Develop/ionic/appToYouV4/platforms/android/gradlew:...
View ArticleGet error while trying to build the app using cmd "ionic cordova build android"
cordova.cmd build android Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=undefined (recommended setting) ANDROID_HOME=C:\Users\COLOUR~1\AppData\Local\Android\Sdk (DEPRECATED) Subproject...
View ArticleI want to show my thumbnail images like list ionic 4
Hi Selvam. Not sure if this is what you looking for, but in Creator under components you can insert list item. Select style type as thumbnail in the drop down menu. Configure your list item. Then...
View ArticleBuild/main.js in PWA has all the source code! How to protect my PWA?
Ionic 3 PWA: when I visit my pwa website (https://*****.com/pwa/build/main.js), I can see all the source code! how can I protect this file and make my PWA secure? Please help.
View Article