'content' attribute in Ionic 2 'getting started' tutorial
Can someone please enlighten me regarding the content attribute in app.html from the Ionic 2 Getting Started tutorial?More particularly, I am confused as to what the content attribute in app.html's...
View ArticleUpdating Ionic 2 beta versions
brandyshea - That is what I was missing... I thought npm install -g ionic@beta was updating the ionic-framework. So I was expecting "beta" to be in the version string instead of "alpha"... {...
View ArticleParagraph is not doing a new line after it doesn't fit the card || ion-card &...
Muy cierto. Se pierde mucha informacion de esa manera
View ArticleDoubt about ionic plataforms
Been trying with alpha 53 and the new cordova version and no luck. I could with alpha 51 and the previous Cordova version too
View ArticleLogin authentication from database
I will like to know if your code worked for u..cos have been searching for login authentication from mysql which redirects users to new page after successful login ...Thanks
View ArticleHow to set the whole app in android's style even if on ios in ionic2?
I downloaded the https://github.com/driftyco/ionic-preview-app and put it to runSo I wanted to force the template for md, reading the doc posted by KimWong, a see this...
View ArticleAccessing file system of ios and android
You might want to use the HTML5 element: <input file="type" /> For a more 'Angular-friendly' solution, you could try using the following library (which ultimately also uses the HTML5 input...
View ArticleNeed some guidance integrating npm module with ionic(woocommerce-api)
i am trying to include https://www.npmjs.com/package/woocommerce-api this api in ionic project !but no luck ! How should i include this in ionic the angular way ? help is appreciated !
View ArticleHow to add tips for ion-nav-buttons(on-hold)?
Yeah, this is a good idea, I'll try. Thank you for replying.
View ArticleTTS and Speech Recognition - What would you use?
is annyang can be used in cordova? to become android app? thanks mate
View ArticleHow to set the whole app in android's style even if on ios in ionic2?
You can use: @App({ templateUrl: 'build/app.html', config: { mode: 'md' } }) I'm not sure why this isn't documented, so I created an issue for it: github.com/driftyco/ionic Issue: docs: add API...
View ArticleI can't access my scope variable when i change views
What im trying to do is , i want to get the user data and paste it on my tab-dash, and it doesn't seem to work. here is my app.js angular.module('starter', ['ionic', 'starter.controllers',...
View ArticleChoose directory before save file
can ionic save file like save as in microsoft word, mozilla, and other.. we choose directory and save the file to directory its chosen..thanks
View ArticleThe change of data in controller doesn't update automatically
`It shows my image url correct. Actually I tested two different cases. One is using FILE_URL, the other is DATA_URL. The second case the console will show my image base64 data.` After reading this,...
View ArticleAccessing file system of ios and android
@warrenjoe92 Thanks for your reply. I have did some research and I found out that you can access Android file system but not of IOS except app folder. So, I think we need to find a different approach...
View ArticleIonic Reset Password with Firebase is not working
Hi,I am using Firebase to manage registered users information with ionic App. I added below code to reset password with email : ng-click="resetPassword() with button.When I enter to receive reset...
View ArticleSkip Table in ionic resources
I'm developing an app only for smartphone, not for tablets. So I would like to generate only the icon and splash screen for smartphone. Otherwise the app is bigger than needed.
View ArticleThe change of data in controller doesn't update automatically
Sorry, what is atob(), ascii to binary? I never use that. Instead I add some prefix to the data so that ionic will treat it as base64 data and render it correctly.
View ArticleIONIC refresh content after closing modal
@pinson try to add $loading progress bar till your contact load in the list after successfully add hide the progress bar $scope.closeModal = function() { show loading progress bar var insert_query //...
View Article