I want to get ngfor value from ngmodel
I’m trying to use ngFor to bind object value from an object list/array to an Ion-Input field; this is my ngfor html line <ion-input item-left type=“number” [ngModel]=“item.number”> Now i want to...
View ArticleSecurity concern- Can't restrict api access while using googlemaps browser...
Good point here about PWA. I didn’t think about that. Since PWA is a trend, google should come up something smart to address this as well. My case has been assigned to the google cloud team, I am...
View ArticleSecurity concern- Can't restrict api access while using googlemaps browser...
Hi Josh, thx for joining the discussion. All valid points, there is no absolute security. I like the analogy. I will keep you guys updated about what google is going to say.
View ArticleApplication is crashing on android 7
Hi, Did you find any solution for your issue ? I am facing the same kind of issue. i’ve used ionic’s infinite scroll to load text/image/video in a list. App works fine on all ios and android devices...
View ArticleSecurity concern- Can't restrict api access while using googlemaps browser...
@lolaswift1 with the PWA, like a website, you could block the domain in the key. But like @joshmorony well explained, if you think fully about it, there is probably some questions too about your case,...
View ArticleBrowser Refresh button in the Ionic Conference App?
Hmm - ok I cloned the repo and locally it doesn’t do that so I guess that’s a server thing.
View ArticleSecurity concern- Can't restrict api access while using googlemaps browser...
You’re right. I wasn’t not full awake yet i guess Yes, PWA is just a website. Not possible to link it here since the ticket is only available via my support portal. But I will keep you all posted.
View ArticleMaking a Website Using Ionic & Firebase Hosting
@Morad-Abdo did you get this to work with the method that @trevaun23 proposed i.e using ngAfterViewInit() and ionViewWillEnter() ? I’m looking into this area at the moment and keen to know the best...
View ArticleBrowser Refresh button in the Ionic Conference App?
Maybe a problem linked with the Ionic v3 router which gonna be solved with the new v4 routing system? I’m right now trying to build a PWA with v3 and I face kind of the same problem. Right now to...
View ArticleMaking a Website Using Ionic & Firebase Hosting
Thanks for this. I’m looking into webifying my mobile app right now. I’m interested in the segment area. In Ionic’s Conference App they list their segments in app.module.ts (under Links within...
View ArticlewebpackJsonp not found on Android device running 4.4.3
I encounter the same problem. The root cause of mine is that one of the dependency @feathersjs/feathers does not work well with webpack. Remove it resolve the issue. So maybe you can check your node...
View ArticleBrowser Refresh button in the Ionic Conference App?
Thanks @reedrichards - nice to know I’m not alone! How have you handled segments and components you have drilled down into? I just entered a comment relating to this here Making a Website Using Ionic...
View ArticleionChange not showing the expected behavior
I have this ion-input here: <ion-input type="text" [(ngModel)]="info.date" (ionChange)="handleDate()" ></ion-input> and I was trying to limit user entry to just numbers and “/” so I did...
View ArticleApplication error. The connection to the server was unsuccessful
thank you very much. This was really annoying. Horrible development. I almost hung myself up. Ok, it’s no yet fully tested. But it looks great. Seems to fixed.
View ArticleConverting Base64 string to img src
Hello People I have successfully made and button with cordova camera and im able to upload images from camera and camera storage to firebase and when it does that im storing the base64 string under...
View ArticleBrowser Refresh button in the Ionic Conference App?
richardshergold: How have you handled segments and components you have drilled down into? I don’t get that question sorry, maybe a language problem. Could you explain a bit what you mean?
View ArticleBrowser Refresh button in the Ionic Conference App?
Sorry! I’m talking about the issue of NavParams being undefined if you hit the browser refresh button on any page (in the situation where you have pushed that page onto the nav stack passing...
View ArticleConverting Base64 string to img src
//TS picImage:any; //variable this.picImage = "data:image/jpeg;base64,"+this.base64Data; //this.base64Data contains base64 string //HTML <img [src]="picImage" >
View ArticleHow to refresh a page when net connection established?
Friends, I am using some form fields in a page . When I reach that page if Net connectivity lose show error message. But when connectivity established I could not reuse that page without going...
View Article