Simple Chat App
yeah but you know what you need --> a backend to store messages and e.g. sockets to communicate with the app. If you get this working you could use ionic cards for a message and a ion input for the...
View ArticleGoogle maps giving an error Exec proxy not found for :: GoogleMaps
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleGoogle maps giving an error Exec proxy not found for :: GoogleMaps
Sure, in HTML file,<div #map id="map" style="height:100%;"></div> in .ts file ngAfterViewInit() { this.loadMap(); } loadMap() { let element = document.getElementById('map'); let map:...
View ArticleOnly increment one item inside ngFor (Angular 2)
i posted proper format only but my html code is not visible properly
View ArticleOnly increment one item inside ngFor (Angular 2)
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleGoogle maps giving an error Exec proxy not found for :: GoogleMaps
Hey are you running the application on a physical device?
View ArticleGoogle maps giving an error Exec proxy not found for :: GoogleMaps
hi there,Thanks for replying.It doesn't work on real device so i though to check it on browser.and it was throwing that error.
View ArticleIonic 2 unable to build app on platform android
Could not resolve com.android.tools.build:gradle:2.2.3. Required by: project :Could not resolve com.android.tools.build:gradle:2.2.3.Could not get resource...
View ArticleIonic 3 timeout function?
With ionic 1 there was $timeout but can't find if this work with ionic 3? I want to hide ion-footer content after 5 seconds in my ionic 3 app. What are possible ways ?
View ArticleGoogle maps giving an error Exec proxy not found for :: GoogleMaps
Well if you're using the Google Maps Plugin it only works on physical Android and iOS devices. Consider fixing the problem on android/ios or opening another thread to support your physical device...
View ArticleHow do i get value of ion-radio button from accordion view with ng-repeat
Screen Shot 2017-05-30 at 3.56.52 PM.png425x691 24.2 KB Here these questions are from an array, option for which are always same. Need to bind all the questions to separate model in order to get the...
View ArticleIonic 3 timeout function?
Fairly simple: let TIME_IN_MS = 5000; let hideFooterTimeout = setTimeout( () => { // somecode }, TIME_IN_MS);
View ArticleGoogle maps giving an error Exec proxy not found for :: GoogleMaps
I think problem is that i am not getting getMap function on plugin.
View ArticleHow to use the Jade template engine with ionic@2.0.0?
ion-header ion-navbar(color='primary') button(ion-button='', menutoggle='') ion-icon(name='menu') ion-title | Todo Form ion-content.home_content(padding='') form((ngsubmit)='logForm()') ion-item...
View ArticleHow to combine Ionic and web code base?
HI, I'm not sure if you've been given a definitive answer to this yet? Yes, you can develop a single Ionic app (which is Angular 2+, currently Angular 4) and use it on the web and package the same app...
View ArticleChanging border color based on method output
rapropos: [style.border-color]="foo() Rapropos, thank you for reply. I tried this approach but somehow it didn't work.
View ArticleI have some problems with ionic storage
i made it ! the problem was that i wasn't calling the get function the right way... thanks guys for trying to help !
View ArticleConvert ionic app into browser page
I'd be interested to learn more about that process of using this within a docker...
View ArticleHow to implement splash screen in ionic creator?
Yes, click on the icon above your project, you will see a cloud with an up arrow. Click this and you will be presented with an option to set an App screen icon and also a splash screen. Be aware...
View ArticleStarting an Ionic 1 application project
We're building an Ionic app for our company and are already deep in the process of an Ionic 2/3 app, but we've decided to make an Ionic 1 (with AngularJS) version as a backup in case the Ionic 3 one...
View Article