Error saving User on Ionic Platform Beta
@jorgecacho wrote: Hi, Everytime I try to save an user with: user.save(); I get this error: Failed to load resource: the server responded with a status of 422 (UNPROCESSABLE ENTITY)...
View ArticleIonic run android command installs default template
@supasheva wrote: Hello. So I wanted to test how my applications would look on my android device. Unfortunately when i installed the application using "ionic run android", the application installed is...
View ArticleHow to use as a simple row of buttons?
@doron wrote: I really like the way <ion-tabs> works in terms of its placement and design. I'm creating a file/folder interface where I want to use the graphics and auto-placement of Ionic2's...
View ArticleIonic resources - is not working
@psYchosis wrote: I try to run "ionic resources" from my project, but task is running only upload step for icon and splash then stop task. C:\CODE\ionic\myproject>ionic resourcesIonic icon and...
View ArticleTabs persist after logging out of app, start stacking on log in
@darkwingdaphne wrote: logout() { console.log('logged out'); this.local.remove('id'); this.nav.setRoot(IntroPage); } I have a log in screen that is intro page. After logging in I set the root page to...
View ArticleIon-spinner color
@zhouhaowowtv wrote: How to change the ion-spinner color in ionic 2? Here is what I used in ionic 1: ion-spinner svg { width: 28px; height: 28px; stroke: yellow; fill: white; } The stroke color works...
View ArticleRound image get cut-off
@zhouhaowowtv wrote: I created a ionic project: ionic start test blank And add a button: <button class="button button-clear" ng-click=""> <img style="width:50%" class="round-button"...
View ArticleUsing Ionic Modal Animation
@whileyryan wrote: Hello, I'm currently running into an issue with my app where I am trying to navigate to a page and have the transition be the same as the animation when opening a modal. I have...
View ArticleHow to get the list of installed app in user handset
@sumittech wrote: Hi,I am new to ionic. I am making a app where i need to list the already installed app on user handset.Can any one suggest me how can i do this ?? Thanks for your quick response...
View ArticleIon-list with avatar image left and toggle right
@AndrewHK wrote: Hi Trying to create a list with an avatar (which is an image) left, some text and a toggle button right and the best I can seem to achieve is the full size image instead of the avatar...
View ArticleUsing pic instead of icons
@karanvirk wrote: i am using small jpg & png images in place of icons these are working fine in web browser but when i am running app in mobile , these pics are not showing.can someone correct...
View ArticleCan I implement Push Notification in my iOS App with a Drupal backend
@famaash wrote: Hi, I building an iOS App whose content is being brought from a Drupal site. I intend to implement "Push Notification" functionality in my app that whatever notification a user sends...
View ArticleCompleting the next step in the Side menu app (a detail page)
@mushy wrote: Does anyone know what I need to enter in my playlist.html page to get the selected item from the playlist loading in? The data in the controller is .controller('PlaylistsCtrl',...
View ArticleCollection repeat not working
@Daikinzan wrote: I am testing "collection repeat" in an ionic 2 project, no errors and no data displayed. Below is an example of the code i am using. Example: JS this.items = [1,2,3,4,5,6]; HTML <...
View ArticleCollection-repeat ne marche pas. collection-repeat doesn't work
@K_Nicaise82 wrote: Impossible de faire marche le composant collection repeat dans ma page. très pénible.collection-repeat doesnt work in all my page. I need help. Posts: 5 Participants: 2 Read full...
View ArticleHow to build my app with an outside www folder
@Ganbin wrote: Hi everybody, Im wondering if I can build my native app with an outside www folder? I explain my situation. My client want an app that can be serve to the mobile and tablet browser AND...
View ArticleHow can I make a transparent toolbar?
@gabrielmalinosqui wrote: Like this image https://d13yacurqjgara.cloudfront.net/users/376601/screenshots/1918715/profile_shot_1x.png and profile page from this app (made with ionic 2)...
View ArticleGetting iframe to work with wordpress rest API
@msmith26 wrote: I am currently trying to get a youtube video that is embedded in my Wordpress page into my ionic app using a http get request. However when I try to put the iframe from the wordpress...
View ArticleUsing observables like resolve: process data in service
@jack2 wrote: I am trying to figure out observables right now, and I have a simple problem. How do I process data within my User Service and pass data to my login component? For example, I would like...
View ArticleHeader items misaligned in Ionic View
@chipit24 wrote: When testing my app in the browser using ionic serve, my app looks just fine: However, when I push the app to Ionic View (on my iPhone), the header items are misaligned and overlap...
View Article