Push Notifications - sound via ionic push api?
I'm having the exact same problem, actually. Would love a solution to this For reference, here's my description of the same problem:...
View ArticlePlatform Specific Tabs Ionic 2
You can also use the config of the app to hide the tabbarIcons on android: @App({ templateUrl: 'build/app.html', config: { platforms: { android: { tabbarIcons: 'hide' } } }
View ArticleIonic 2 on real device
//start news.jsimport {Page, NavController, NavParams, Alert} from 'ionic/ionic';import {Http} from 'angular2/http';import {NewsDetailPage} from '../NewsDetailPage/newsdetail'; @Page({ templateUrl:...
View ArticleProjects does not have a www/build folder
Not sure if you're still having this issue, but also make sure to run npm install when you clone a project from someone.
View ArticleWhat kind of database would you use?
Thx "bandito" and "nysesh" for your reply and your recommendation using a hosted DB. I will do that. I just wanted to make sure that I don't use a completely wrong technique.Thanks a lot guys.
View ArticleDEMO: Ionic Theme Editor - build a custom theme visually
@pbernasconi No more available the site to edit theme? Thanks
View ArticleIonic 2 on real device
//news.html <ion-navbar *navbar> <button menuToggle> <ion-icon name="menu"></ion-icon> </button> <ion-title>News</ion-title> </ion-navbar>...
View ArticleCaching trigger delay
Is there a way where the caching triggers after a certain time. Because what happens is the page caches even after sorting is not done, so some data gets stuck in the UI. this my code:...
View ArticleIonic 2 on real device
I'm not sure, that looks like it should work. Check if you're getting any errors when you run it on the device (try running ionic run android -lsc to see the console logs)
View ArticleChanging toolbar text color
There's actually no simple way to do this. The color is coming from a function that determines which color to make the text based on the background color: github.com...
View ArticleTextarea shows selected text over empty space
I have a simple textarea: <textarea></textarea> When I enter multiple lines and then press backspace iOS starts deleting letters then words. And when it switches to words mode it shows...
View ArticleChanging toolbar text color
Done, https://github.com/driftyco/ionic/issues/5445. Thanks.
View ArticleProblem publishing app through Xcode: Invalid Bundle Structure -...
Hi, I've been trying to submit my app to App Store, but I've been facing a lot of errors like this when uploading the archive through xcode: The binary file...
View ArticleIonic 2 - Force style to Material Design
Hello guys. I found this on docs: You can change the mode that gets assigned in the configuration of your app. Therefore, if you wanted the Material Design md mode on iOS, you could do it. But where...
View ArticleIonic 2 - Force style to Material Design
You should read this @App({ template: <ion-nav [root]="root"></ion-nav> config: { mode: md }})
View Article[IONIC] : no way to change web content location by Android (webview)
Hi there. I have read a lot about Phonegap, Cordova and so on but never really found what I'm looking for. My concern is highly basic to describe. Here is what main index.html file rendered by webview...
View ArticleProblem publishing app through Xcode: Invalid Bundle Structure -...
Okay, I think I've got it. I've removed all folders inside myproject/plugins BEFORE running 'cordova build ios --release' I was trying removing it from xcode project, which had no effect at all.
View ArticleAdding default click sounds
It seems like when I click buttons in my ionic 1 app, it does not make a click sound (in iOS but I believe the same happens in android). Is there a way to enable click sounds for buttons?
View ArticleSend parameters to Component
indent preformatted text by 4 spaces In the test.html page you are using brackets around your property which signifies that the value, in this case "Something," is binding the property to the variable...
View Article