Check Image Empty
@Ckpk wrote: I have an ionic apps which will show the image in a post, which i want to check whether it has data in it or not. <img class="full-image"...
View ArticleIonic App gets stuck on Splash Screen when run on iOS device
@swapniljindal wrote: I am facing this issue where app, when run on an iOS device for the first time, runs smoothly but after force closing it, if I try to open it again, it gets stuck on the Splash...
View ArticleLocal notification crashes the iOS app
@praveenjp wrote: When i schedule the notification it crashes the app in iOS. is shows error in APPLocalNotification.m - (id) initWithOptions:(NSDictionary*)dict { self = [super init]; [self...
View ArticleI am creating my first ionic app using parse. how i maintain user session and...
@raj_rohan563 wrote: how i do all that using parse + ionic Posts: 1 Participants: 1 Read full topic
View ArticleProblem with autocompleates for fields in mobile browser
@Koleman wrote: I have login form with login/password fields. Autocomplete works fine on desktop but when i tried to fill fields on ios, system doesnt ask me to save password and autocompleate doesnt...
View ArticleRecommend a Github project to involve?
@litingjun wrote: Hello, I'm learning Ionic recently, I want to join in a Github project development to practice what I've learnt. Any suggestions? Posts: 1 Participants: 1 Read full topic
View ArticleView/content stretching on keyboard switch in Crosswalk build
@Sumeet123 wrote: After adding crosswalk to my ionic project.... performance has increased 10x ! But thrs a issue with keyboard switching ! content/view stretches/bounces i dnt knw wht happens its...
View ArticleHow change css dinamically by orientation device
@fabiobalsamo wrote: Hi, I have two button icon that change position depending on the screen orientation (landscape or portrait), how do I always have icons in the same position? CSS...
View ArticleQR Code for Ionic
@losewin wrote: Is there a way to read QR code from mobile device, just like Barcode scanner.. if its exist.. how could I implement it or is there an example ? Posts: 2 Participants: 2 Read full topic
View ArticleResolved issues should have a checkmark like stackoverflow
@nitishrajput01 wrote: Ionic Fourm is best for resolving the issues but which issues has been resolved there should be check on those issues to declare the sign of resolved like stackoverflow . I...
View ArticleCan we use both ionic and jquery mobile for better UI
@Balaji_Gopal wrote: Can we use both ionic and jquery mobile for better UI Posts: 2 Participants: 2 Read full topic
View ArticleGet value from dropdown
@Ckpk wrote: Trying to get the value from the dropdown, but when i click button, instead its getting the value, it give an array Object {id: "1", game: "SEAL ONLINE", $$hashKey: "object:4"} I just...
View ArticleSocial share plugin issue with ios 6s
@ashokgurram1 wrote: I have used social share plugin to share image to Facebook.It working fine in Android and below versions of ios 9, in iphone(6s) ios 9, It it not sharing image to Facebook showing...
View ArticleAndroid 4.4 timepicker
@MSC29 wrote: Hi! I just wanted to know if anyone knows if there's an android timepicker for ionic that looks like the one on android >=4.4 http://i.imgur.com/KfU2bPR.png? I've been trying to...
View ArticleIonic view strange behaviour
@mustaine wrote: Hi, I am having a strange behaviour when I upload the app to ionic view.Currently I am trying to persist an image from the camera to Parse using the plugin: cordova-plugin-file ....
View ArticleImage doesn't scrolled with ion-scroll(zoomIn)
@reeem wrote: I think ion-scroll let img freezing(the size of the image is bigger than ion-content).the image under ion-content doesn't move. <ion-view view-title={{title}}> <ion-content>...
View ArticleFacebook sharing with NG-CORDOVA ,IOS sharing problem solved
@sahan_ionic wrote: $cordovaSocialSharing .shareViaFacebook(null, null, link) .then(function(result) { // Success! }, function(err) { // An error occurred. Show a message to the user console.log(err);...
View ArticleInAppBrowser not in full screen
@duepiudue wrote: hi, I have to show a link to a pdf file in my application.The iframe works but it does not scale to the correct width file. With inAppBrowser works but it is always and only as wide...
View ArticleHow to parse HTMLImageElement object
@ruchiy wrote: I want to show images but I am getting [object HTMLImageElement].How can I get images from [object HTMLImageElement]. Thanks in advance. Posts: 1 Participants: 1 Read full topic
View Article$state.go($state.current, {}, {reload: true}); makes my header disappear
@drkhannah wrote: when I call $state.go($state.current, {}, {reload: true}); in my controller my header disappears if I comment this out, the header does not disappear, but then I don't have the...
View Article