Canot Open Single post from all post archive
I try to open details of news from archive, Now i am in home, And have categories in home page of my APP, Then when i click on any category we open all post in this category, Bu my problem now when...
View ArticleJust updated Xcode to 7 and attempting to build app in iOS9; build errors
My bad, is related. I think this is a bitcode issue. Just got hit with that today as well. It's default set to "on" in XCode7 but you can safely switch it off....
View ArticleJust updated Xcode to 7 and attempting to build app in iOS9; build errors
Okay, now it's throwing 43 issues related to how the build being linked is 6.0 and GCD Web Server is built for 8.3. However, in my Info tab, I set the iOS Development Target for 9.0. Screen Shot...
View ArticleIonic fails to load angular.min.js.map
I ended up importing ionic.bundle.js instead of ionic.bundle.min.js and the issue was gone
View ArticleIonic table not letting me vertical allign contents of table cell (td) and a...
So I have this code pen works fine: http://codepen.io/cooervo/pen/LpNqQR?editors=110 But I'm trying the same in ionic and I get: It has a weird internal padding and also things arrent vertically align...
View Article[Resolved] - Run emulator for ios
Could you please elaborate? Adding those lines to my app-Info.plist didn't resolve the issue. Does it need a string value?
View Article[Resolved] - Run emulator for ios
I added those lines 2 times, the first time didn't work. First, I ran the build command for iOs, then I added those lines. After I restart the command and it worked.
View Article[Resolved] - Run emulator for ios
you just added them like this? <key>NSAppTransportSecurity</key> <string></string> <key>NSAllowsArbitraryLoads</key> <string></string>
View Article[Resolved] - Run emulator for ios
No I added those lines: <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict>
View ArticleIonic fails to load angular.min.js.map
Of course if it is not minified there's no need for a map.
View ArticleForm not getting submitted
It depends on how you defined psubmit function in your controller.
View ArticleJust updated Xcode to 7 and attempting to build app in iOS9; build errors
To resolve the first error I had, regarding supportedInterfaceOrientationsForWindow, it turns out to be a return value data type issue. Originally, I had this: -...
View ArticleCached state controller instantiates on some state changes
per default a controller and the connected template is only cached for one back-action to it. If you go again to this view it is instantiated again. LikeYou are going from View A to B and then to C...
View ArticleLaunch storyboard/xib generator?
Hey, I'm having trouble submitting my Ionic app for iOS9. Xcode is complaining about a missing launch storyboard or xib. It seems like the go-to solution is to require fullscreen on iPad (which...
View ArticleCordova Image Picker not working on Ionic View
I am currently using ngCordova $imagepicker library and facing the same issue. Any solutions so far ?
View ArticleRun and emulate ios with live reload not working in iOS9
Worked for me. Thanks Zarko. Kisses. xxxx
View ArticleJoin the Ionic Worldwide Slack Group
I'm not sure if there are some entry requirements besides being interested but when I input my email I get the following error. Missing admin scope: the token you provided is for an account that is...
View ArticleFacebook Reactive/React Native vs Google Angular/Ionic: Predictions
I think this is an important discussion - http://jlongster.com/First-Impressions-using-React-Native
View ArticleLayering Issue when using Fixed elements and switching views from the side menu
Hey I have come across a layering issue when using fixed-position elements and switching views from the side menu. I start by showing a fixed-positioned div (with a background image) whenmenu items...
View Article$ionicLoading.hide() is not working inside .then
You have to put $rootScope.$on('app.loggedIn', function (event) { console.log("inside run"); $ionicLoading.hide(); $state.go('app.offerslist', {}); }); in the controller not in the run function.
View Article