Ionic 5 ion-alert: ngModel is not working when used inside message string
Hi, The quantity value is not getting bind in ngModel. can anyone tell how to bind quantity field and get user entered value on dismiss of alert?. thanks in advance async presentAlertPrompt() {...
View ArticleIonic v5 - Webstorm - templates setup for code-completion
I have been trying to get Webstorm (v 2020.1.2) working to provide intellisense/code autocompletion on html/templates without luck. Tried different things, like not excluding node_modules/@angular...
View ArticleWarning in iOS: [general] 'NSKeyedUnarchiveFromData' should not be used to...
Hi, I got a warning while running the app on Xcode like this [general] ‘NSKeyedUnarchiveFromData’ should not be used to for un-archiving and will be removed in a future release How can I fix this? The...
View ArticleWhen I run the app from the browser the map is loaded but when I run the...
Good morning community create this session to ask the following question I have created an app in ionic with cordova and that and using the google map api when I run the app from the browser the map...
View ArticleIonic Super Tabs how to pass page to [root]?
Hello everyone! I am trying to make an Ionic Capacitor app with Angular ( ionic installed is 5.6.13 with Capacitor on 14.17.5 nodejs’s LTS version ) where I am trying to load external pages in...
View ArticleLivereload without wifi
My case My mac and iPhone are connected to same WiFi ionic cap run ios -l --external --console --json --open opens xcode click run app from xcode app starts change the code from vscode Live Reload...
View ArticleHow to activate MS - Office 2019?
How to activate MS - Office 2019? 1 post - 1 participant Read full topic
View ArticleIonic 4 Ion-menu
Hi everyone, I am new to ionic and creating my first app, how do I disable menu on login page, Currently, when I do so, it hides on the entire application. See code below. login.page.ts import {...
View ArticleIonic Serve as Specific Platform
I’m using local browser (on windows) to develop an Ionic app (that I wish to have a PWA later on), but I wish that users on Android will have Android experience while iPhone users have iPhone...
View ArticleSyntaxError: Unexpected number in JSON at position 4 when trying to debug...
Hi, I’m trying to debug (Andorid device) my app created with ionic start myApp1 tabs --cordova with no success. Anyway all my debug configuration options fails: 1) Attach to running Android on device:...
View ArticleIonic Serve as Specific Platform
I’m using local browser (on windows) to develop an Ionic app (that I wish to have a PWA later on), but I wish that users on Android will have Android experience while iPhone users have iPhone...
View ArticleHeader and Footer Visibility
Hey there! Im currently developing an App and i wanted to ask if there is a good way to solve that. I want to have the Header and the Footer only in specific pages. Currently my app.component.ts is...
View ArticleWhat's the best way to save data from a form and access it from multiple...
I’m using the latest versions of ionic, capacitor and angular and I’m building a mobile app for iOS and android. I’m trying to save about 15 data elements from a form and then access them on different...
View ArticlePage content scrolls back to the top after modal is dismissed
I have a modal that displays information and gets the user to select options. The main page content then scrolls to the correct point based on that selection. This much works. However, when the modal...
View ArticlePlugin InAppPurchase
Hello everyone, I recently discovered that my app is no longer working as it should, I think it is that the plugin I had installed for it is no longer supported. Does anyone by any chance know how to...
View ArticleError when I create a new Angular project
Hello everyone, why when i run “ionic start photo-gallery tabs --type = angular --capacitor” I can’t create a new project? I get these errors: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to...
View ArticleUnexpected `ion-item` background color on iOS
Hi. The following code… Code <div id="container"> <ion-grid> <ion-row> <ion-col size-md="6" offset-md="3" size-lg="4" offset-lg="4"> <ion-card class="ion-padding-top...
View ArticleHow to remove "detail arrow" from all ion-item by default?
Hello guys, i’m looking for easy way to remove all the default “detail arrow” on IOS. I know all i need to do is use detail=“false”. But i use ion-item in a lot of different places. Is it possible to...
View ArticleFail to install ionic 3 signed app on android 11
Hi Everyone, My ionic 3 signed app not working only in android 11 saying app not installed, without sign it’s working Here are my configurations: cordova-android": “^10.1.0”, and below properties were...
View ArticleDesktop alternatives to opening tab
Hi - Hopefully, this is the correct place for this post. I have decided to use Ionic Vue to take our web application and target various desktops (Android, Windows, macOS). Our web application has the...
View Article