Ionic v1.2 Android Keyboard White Screen Issue
@bvcoskun wrote: I read other posts on forum but no luck. On android, when focus to an input and keyboard shows up, screen turns to white until I hit the screen and close keyboard....
View ArticleHow to get the device timezone (Olson format0
@nwkeeley wrote: Hello, When I make a POST request to my API server I pass a timestamp that relates to my data. I also pass the timezone that the user is currently in. How with ionic/cordova can I get...
View ArticleHow to create an payement page with ionic
@tchekroun wrote: Hi, I would like to find a way to implement a payement page. In fact a page where the user can pay by card but i don't find any subject about it ...I find some post about paypal but...
View ArticleIonic Autocomplete Search from remote service?
@rgecy wrote: I am trying to find an autocomplete that works with Ionic and can pull the data in from my remote service. I found angucomplete, but it doesnt seem to want to play well with Ionic. I...
View ArticleOn-hold works but ionicGesture.on hold does not
@Joekomputer wrote: I'm trying to create a directive that reveals a popup bubble when you tap and hold on the element. When I use the on-hold directive everything seems to work, but when I use the...
View ArticleShould I be using RequireJS for my project?
@jwt02180 wrote: So I've been spending the last couple months working on my first large scale project, building a hybrid mobile app with ionic, cordova, and building with telerik appbuilder. I...
View ArticleRe-use the same HTML template for multiple pages with different content
@Bertcarremans wrote: I am building an app with multiple pages to which the user can navigate via list items. A lot of these pages have the same HTML structure, only the content differs. How can I...
View ArticleHow do i get a fixed ratio image cropping for selected pictures
@BioPerl wrote: Hey guys, I am trying to get my users to add avatars to their profile. I've done up a super simple select photo script, but the cropper aspect ratio gets skewed and it the final image...
View ArticleAnyway to make ion-slide box not swipe?
@BioPerl wrote: Hey everyone, trying to make a ion-slide box not slide with swiping, only with button pushes when they complete. I read in stackoverflow about using...
View ArticleIon-side-menu backgroun-color problem
@jhl wrote: web and ios is ok,but android backgroun-color has some problems <ion-side-menus enable-menu-with-back-views="false" > <ion-side-menu-content> <ion-nav-bar...
View ArticleMessage Displayed On Ionic Lab But Does Not Display On ios Emulator Or Simulator
@lingading97 wrote: In my app I extract messages from a local php file to display on the screen using $http.get(). The messages display fine in Ionic lab's preview but when I build the app for ios and...
View ArticleUser Input Table
@Shubh wrote: I have to display a user input table that can be edited by user when needed? Here i have poulated the table with courses. In application, user must be able to input the courses as...
View ArticleHow to know the Device Token in ionic
@prime wrote: i already installed cordova push notification plugin but it not works cordova plugin add https://github.com/phonegap-build/PushPlugin.git Thanks in advance PRIME Posts: 2 Participants: 2...
View ArticleStarting a new project with Ionic 2
@avihazut wrote: Is it safe enough to start a new project with Ionic 2?(this will be a production project) Thanks! Posts: 4 Participants: 2 Read full topic
View ArticleHow to re-size the fonts in ionic?
@nani_madepalli wrote: I want to display the some content in my app. I tested my app in different mobiles with different resolutions .the font size in all screens are same.Now I want to re-size the...
View ArticleWhite View Title When Changing Between Abstract Page
@mustaqim224 wrote: Evening, First of all, im newbie in using this framework. i have a slight problem with the view title between two abstract page. it like some sort of a white flickering (i happen...
View ArticleSpinner while data is loading
@fabiobalsamo wrote: Hi, i need to use a spinner in modal login to load data from http request. How can i do this?Thanks in advance Posts: 2 Participants: 2 Read full topic
View ArticleIonic Deploy custom tasks
@tinderangler wrote: When I build the code into an apk I run several tasks (hooks) to uglify/minify my javascript/css before building it. Is there a way to run similar custom tasks when using the...
View ArticleIs flexbox the reason why ionic wont support Android < 4.0?
@Sumeet123 wrote: Ionic uses flexbox in its grid system , which is unsupported in android < 4.0 ! So my question is will my ionic app work on all android versions if i dont use ionic grid system ?...
View Article2 modal in one controller
@sefasaid wrote: Hello I use 2 modal in my controller. I do it for another controller but now i can't do it. here is my code`$ionicModal.fromTemplateUrl('templates/imagemodal.html', { scope: $scope,...
View Article