Ionic2 select text in ion-searchbar
@carlosadrian wrote: In an ion-input focus event we can select all the text like this < ion-input (focus)="selectAll($event)" ></ ion-input > But in an ion-searchbar it does not work: <...
View ArticleIonic View showing blank screen with iPhone 5, but not with Android
@icarus_31 wrote: Hi, I uploaded my app to ionic.io and successfully executed on an Android phone using the Ionic View app. When doing the same thing with the iPhone, I have a white screen and nothing...
View ArticleNav.push/setRoot not taking effect until page interaction
@bholub1 wrote: My @App constructor, after platform.ready() checks SqlStorage for authentication data (oauth token data) -- if it's set, I call nav.push (or nav.setRoot) to go to the next page.....
View ArticleIonic clickable cards
@skydive wrote: Hello Ionic Community, Is it possible to create clickable card in Ionic2? If yes, how? Thanks. Posts: 4 Participants: 2 Read full topic
View ArticleCSS shows different on different Androids phones
@totoni wrote: Please, please, what is happening. This is from two different phones (Nexus 5 and Honor7) The Honor shows it wrongI got feedback from a customer that had downloaded the app from Store,...
View ArticleHow to delete or drop a table in Ionic 2 SqlStorage WebSql
@johnedvard wrote: I am trying to delete a table in my database (web database) by using a method like this: private emptyStorage():void{ this.platform.ready().then(() => { console.log("empty the...
View ArticleIonic2 Navigation Sample
@sameer_kumar wrote: Hi there,I'm new to Ionic platform and started with Ionic2 with TS. Can someone help me with the layout? I want to have Tabs and menus in my app. I have been looking at the docs...
View ArticleERROR ITMS-90032 “Invalid image path”
@pavini wrote: There is a similar topic (https://forum.ionicframework.com/t/error-itms-90032-invalid-image-path/42984) but for me, I thing the diference is Visual Studio 2015 I´m generate the .ipa...
View ArticleHide tab-navs and title in certain views
@ladmerc wrote: For starters, the title blocks the search label from being clicked. Tried making the search label have a higher z-index, to no avail. Basically, the red highlighted element isn't...
View ArticlePromises not working on Beta.5
@ZiFFeL wrote: I have updated my app, but getting this: Thanks! Posts: 5 Participants: 3 Read full topic
View ArticlePDF To Image OR Sharing Correctly
@IonicExtreme wrote: Hello everybody, I have a big problem, and I see no solution,I'm trying to open/sharing a PDF with a specific application,1. already tried with " fileOpener2 " most unsuccessful...
View ArticleChange the view state according to the screen orientation
@sbajracharya wrote: Hi, this might have been asked several times, and I did refer to another post that talked about it, but I'm still confused. My question, as the topic states, I want to change the...
View ArticleBeta 5: TypeError: this.parent.unregisterChildNav is not a function
@icarus_31 wrote: Hi there, Anybody had a chance to upgrade to Beta 5? If so, have you noticed that error? EXCEPTION: TypeError: this.parent.unregisterChildNav is not a function I am seeing that error...
View ArticleA guide to install Ionic 2 in Ubuntu 14.04
@meetdilip wrote: I have some issues with running Ionic in Ubuntu. My attempts to troubleshoot didn't go well. I have asked on multiple forums, even here (...
View ArticleDropping frames in transitions
@jasonwaters wrote: I am noticing a significant drop in frame rate ( choppiness ) during transitions to new pages. The pages most affected are the ones with hefty data messaging or calculations in the...
View ArticleI encountered an error when I executed the command "ionic serve"
@wenner wrote: Hi guyswhen i start a server , return me this: Running 'build:before' gulp task before build[08:02:48] Starting 'clean'...[08:02:48] Finished 'clean' after 25 ms[08:02:48] Starting...
View ArticleWhy does style displayed differently between 4s and 6?
@KimB wrote: i created styles for my div, it looked good on iphone 6 but somehow it was not showing as I wanted on 4s. Why is that? iphone 6 Screen Shot 2016-04-21 at 12.26.55.png810x134 13.7 KB...
View ArticleHybrid App using Spring Social displays Whitelabel Error Page
@gecasti wrote: I developed a hybrid mobile app using the ionic framework (AngularJS, Apache Cordova, Nodejs, etc). When I deploy or run the hybrid app in a mobile device (android or iOS) via ionic...
View Article$http returning NULL on first call after launch (ionic) everytime, but after...
@firdausmah wrote: I'ved put this question on stackoverflow with a bounty stackoverflow.com $http returning NULL on first call after launch (ionic) everytime, but after subsequent http post its ok...
View ArticleAre the Ionic market place items tested/supported by Ionic folks?
@zdoppler wrote: I see a bunch of Starters, Plugins and Themes at the Ionic market. Are those items tested or supported by Ionic folks? And are they guaranteed to be maintained by Ionic folks? Posts:...
View Article