Amount validation
but i am getting values through api and i am binding it my input field and again i want to change while change i want validation like this
View ArticleAmount validation
values293×518 24.1 KB here zero values are getting through response when i type new values that should have validation
View ArticleAmount validation
i am using ngmodalchange function and passing the variable as item.Amt
View ArticleAmount validation
<ion-grid id="grid"> <ion-row> <ion-col size="6"> <ion-label style="font-size:12px">{{item.MedicineName}}</ion-label> </ion-col> <ion-col> <ion-input #Qty...
View ArticleAmount validation
your validateNumber function not matching with code from html you pass two param when in your ts file you have only one
View ArticleiOS 13.2 kill() returned unexpected error 1
iOS 13.4 has finally fixed this warning / error!
View ArticleIonic 4 - How to check current page is on root or not?
You can use IonRouterOutlet to check whether the page is root or not Ex- import @ViewChild(IonRouterOutlet,{static:true}) routerOutlet: IonRouterOutlet; and check canGoBack method of routerOutlet
View ArticleProblems finding out what is causing the warning: Apple will stop accepting...
Hi all, I’m working on trying to get rid of the warning " Apple will stop accepting submissions of app updates that use UIWebView APIs starting from December 2020" from Apple when i upload new apps to...
View ArticleAmount validation
if i pass just $event in validate function nothing is accepting in input
View ArticleProblems finding out what is causing the warning: Apple will stop accepting...
When you open xCode and search for Text appearance UIWebView: You see some References?
View ArticleCordova + Service Workers - I this possible?
I’m trying get a remote hybrid cordova app to work with service workers. My service worker (and bulk of ionic app) is being loaded from a server on the web, and it seems to work OK (caching of the...
View ArticleProblems finding out what is causing the warning: Apple will stop accepting...
EinfachHans: UIWebView I do. A lot of them. Most under CordovaLib.xcodeproject: But also in my MainViewController.m, and CDVWKWebViewEngine.m in my App.xcodeproj In the two files mentioned the first...
View ArticleiOS builds failing in App FLow
Hi, Our iOS builds are failing on App Flow. Locally they succeed with Xcode 11. We are using Ionic 3 with a bunch of plugins When the build uses Xcode 10, then there is an error. So I tried building...
View ArticleFirst ionic app: TypeScript error TS1005 on node module
Hi aaron, I have already installed typescipt 3.8.3 But when I create a new project the package.json still shows the told version { “name”: “myProject”, “version”: “0.0.1”, “private”: true,...
View ArticleProblems finding out what is causing the warning: Apple will stop accepting...
Okay, so i got a tips to check the WK_WEB_VIEW_ONLY value in xcode, which i did. That was set to WK_WEB_VIEW_ONLY=0 in both my cordovaLib and my app. I changed the value to WK_WEB_VIEW_ONLY=1 And i...
View ArticleDynamically add new input field
If any link or any code is available pls send me the link or code. thanks
View ArticleIonic popover, set backdropDismiss to false on the popover component
I have a basic popover like this: async openPopover(ev: Event) { const popover = await this.popoverController.create({ component: PopoverPage, componentProps: { id: this.currentUser.id,...
View ArticleCould not find plugin "proposal-numeric-separator"
is node_modules And package-lock.json directly delete folder from project.
View Article