Load different templates from one component
@Kyrax80 wrote: I have a component which displays its elements differently depending on the user’s screen. Which means the .html (template) is different for the web and mobile. So, is there a way to...
View ArticleCross-Origin Read Blocking (CORB) blocked cross-origin response
@mark_bigrock wrote: Hi Hoping someone can help. When using JWT authentication with WordPress in a browser I am seeing a CORB error: Cross-Origin Read Blocking (CORB) blocked cross-origin response...
View ArticleIonic 4 slow performance in android
@asaldev wrote: Hi in browser work very good but when i run in android it’s so slow ( i’m not test it in ios ) Posts: 1 Participants: 1 Read full topic
View ArticleIonic storage update
@evripides wrote: Hello I am using Ionic storage to save id,title,website in json Now I want to edit them how can Inedit the ionic storage? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleCors issue in Ionic 5
@mackiconicappp wrote: I am newbie for Ionic. I am trying to post data using api through ionic. When I post data to a local file it is working But it could not post data to any external link. Please...
View ArticleIonic V4 and PouchDB example
@Dsurrao wrote: I’ve started a simple example that exercises the PouchDB find() API from an Ionic V4 Angular app. Hope someone finds it helpful: GitHub dsurrao/ionic-pouchdb-example Contribute to...
View ArticleLight / Dark theme and Ionic Storage
@kendricktimms wrote: I’m trying to do a project with light and dark mode and I thought that the best idea will be saving a key on Ionic Storage and based on that key to show the users their favorite...
View ArticleWriting files with commas in the string - resulting file is truncated at the...
@duncansayers wrote: Using capacitor filesystem plugin, when trying to do this: Filesystem.writeFile({ data: 'data,that,contains,commas', path: fileName, directory: FilesystemDirectory.Documents...
View ArticleBuild Android/iOS Mobile Apps using Ionic 4 React.js Capacitor
@didinj wrote: Djamware.com – 18 Jul 19 Build Android/iOS Mobile Apps using Ionic 4 React.js Capacitor A comprehensive step by step tutorial on build Android/iOS Mobile Apps using Ionic 4, React.js,...
View ArticleSubscribe set Global Variables
@FoxDev wrote: Hey guys, i do get my Coupons over a subscribe function which is called when i initialize my page. private Initialize() { let id = this.activatedRoute.snapshot.paramMap.get('id');...
View ArticleTypeError: Object(...) is not a function when i'm integrate map
@sumitrvi wrote: TypeError: Object(…) is not a function at http://localhost:8102/build/vendor.js:80935:76 at Object. (http://localhost:8102/build/vendor.js:80976:2) at webpack_require...
View ArticleIonic 3 default keyboard display number on textarea (Android)
@jason3329 wrote: Hi all , may i know how to display number keyboard on textarea? i want default keyboard pop up will be like below image.(Android) Posts: 1 Participants: 1 Read full topic
View ArticleProduction mode
@Pedrosss wrote: When i use --prod flag to build my ionic 4 application to android, it seems that it does not load plugins. Exactly i detected @ionic/storage promise not returning nothing. Any ideas?...
View ArticleExecution failed for task ':app:mergeReleaseResources' when doing --release...
@EuanDScott wrote: Hey All I am having a problem when trying to do a release build for my Android App so that I can upload it to the Play Store. When I run the following command: ionic cordova build...
View ArticleWhat is the minimum iOS version supported by ionic 3?
@rpragesh1 wrote: As I got information from googling and reading on ionic official docs iOS 8+ should be supported but when I tried to download it from the app store in my device (iPhone 5) I got...
View ArticleFinal Year Ionic Project Idea
@LKM96 wrote: Hello guys. I am a final year ionic enthusiast. I am looking for a final year ionic project idea. Help me guys Posts: 1 Participants: 1 Read full topic
View ArticleCordova-plugin-background-mode not installing on android@6.2.3
@Harikag wrote: Unable to install background-mode plugin gives like below ionic cordova plugin add cordova-plugin-background-mode cordova plugin add cordova-plugin-background-mode --save Installing...
View ArticleNot able to add platform with below ionic info
@Fit_Kannadiga wrote: Ionic: ionic (Ionic CLI) : 4.10.2 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 4.0.1 @angular-devkit/build-angular : 0.12.4 @angular-devkit/schematics :...
View ArticleIonic 4 select option
@songhengmobile wrote: I want to close select option by click on option but i can not add event to ion-select-option Posts: 2 Participants: 2 Read full topic
View ArticleDocumentation or examples for component property on ion-popover-controller
@vespinasgmailcom wrote: I am trying to create a service method that renders a simple popover based on a list of possible string values, based on the popover sample provided in the documentation. In...
View Article