Alert or navigate from HttpInterceptor
UPDATE Just noticed now, this answer works with current Angular and HttpClientModule not HttpModule which you still seems to use. Therefore only consider the service, subject and subscriber part....
View ArticleCapacitor alpha-version release
reedrichards: Capacitor could be seen kind of as a “replacement” for Cordova, but if you want to know my thought, it gonna takes a while or might even never be full replaced. The Cordova plugin list...
View ArticleIonchange not fire while virtual keyboard click
I am developing web application using ionic2 where i used virtual keyboard. My problem is ionchange not triggered by virtual keyboard
View ArticleCapacitor alpha-version release
Great… not all of cordova plugins work well on angular 5 ionic. How long do you think it will take to finally see production ready stencil, capacitor, ionic 4 stack? maybe in a few months?
View ArticleCapacitor alpha-version release
Thx for pointing that out @SigmundFroyd , you are right my sentence wasn’t enough clear
View ArticleCapacitor alpha-version release
Stencil I would say version 1 in a couple of weeks, my guess (somewhere I read on slack something like “we are step after steps closer to version 1” ) Capacitor and Ionic 4 will depends on the quality...
View ArticleCapacitor alpha-version release
Yeah… fingers crossed. I’ve been working on a big project since the last June… a lot of effort poured into it. I hope I can migrate my current project before I make an initial release in a few weeks.
View ArticleDifference between ios and android with font-size
Also the base font is different for both platforms, so that will also have an impact.
View ArticleDifference between ios and android with font-size
I don’t understand sorry. What do you mean by the base font is different ?
View ArticleLeaflet switching tabs Map container is already initialized
Yes, Sir!! This made the magic happen. ionViewDidEnter() { this.loadmap(); } Runs when the page has fully entered and is now the active page. This event will fire, whether it was the first load or a...
View ArticleSelect and Insert to MySql database with node.js on remote server from Ionic2...
Hello, addwebsolution! Thank you for answer I’m new with typescript and ionic, not sure if I did it properly, so I’ve added into app.module.ts: import { RequestProvider } from...
View ArticleIonic Native Google Maps plugin: map disappears after navigating to internal...
Quick update: On occasion, the map does still disappear. I’ve updated ionViewWillEnter as follows… ionViewWillEnter(){ if (!this.initialMapLoad) { this.map.setDiv('map'); this.map.setVisible(true);...
View ArticleHow to use network status check on best way?
Hi, i want to use ionic cordova plugin add cordova-plugin-network-information How can i make this running whole the time app is up, and redrect to a page that shows user is offline, and when online it...
View ArticleHow to consume SOAP WEBSERVICE
Please help, I can’t send data for SOAP WEBSERVICE with http.post. Example: this.http.put(pathx,JSON.stringify(data), options).subscribe(res => { console.log("Send ok: " + res); },err =>{...
View ArticleHow to consume SOAP WEBSERVICE
yes, soap usually requires an XML format document, not JSON
View ArticleAdMob Free on Ionic 3
Hey @hamdanihamza, you can check this tutorial from IonicThemes that also uses Admob Free in an Ionic 3 app. Hope it helps!
View ArticleIon-slides with json images ionic3
I loading image from json with resolution 600x300 and it load very slow sometime it took forever. It only load 2 images. I did try to use ion-img to load but the image just wont load. Sometime the...
View ArticleTypeError: Cannot read property 'replace' of null
Can you please provide some example of how to do it? Thanks
View ArticleDifference between ios and android with font-size
Yes. If the platform is iOS, the font-family is: -apple-system, “Helvetica Neue”, Roboto, sans-serif. For Android, the font-family is Roboto, “Helvetica Neue”, sans-serif You can adjust the...
View ArticleDifference between ios and android with font-size
I already change the font with my custom font… But I have this size problem
View Article