Blank screen from Ionic Creator project
@kmoralee wrote: After exporting an Ionic Creator project and running 'ionic serve' I only get a blank screen (with a bar along the top) like so. If I create a new project with 'ionic start tabs' etc...
View ArticleInstagram sharing fails
@coreelements wrote: I'm using the cordova Instagram plugin .. sometimes it works .. but sometimes it quits and I get the following error: 2016-01-26 12:44:27.150 myapp[13566:5763386] *** Assertion...
View ArticleSliding probleme on a basic app starter
@Yagami2k04 wrote: hi everybody, i will show you bellow my basic app : index.html <body> <ion-nav-bar class="bar-positive"> <ion-nav-back-button> </ion-nav-back-button>...
View ArticleCordova.js link on Windows Phone
@Isabelle wrote: Hi! I've been working on Ionic for a few days, and I really appreciate it. I've been able to run my app on Android and IOS. Now I try to run it on Windows Phone.In Visual Studio I use...
View ArticleDid you switch to Ionic from another framework? Which one(s)? why?
@mug wrote: I've seen similar questions posted here, but I'd like the opinion of people who have switched to Ionic from other hybrid mobile frameworks. Have you developed with other hybrid mobile...
View ArticleiOS Google analytics issue
@imperialdalek wrote: HI there, My question is about the Cordova Google Analytics plugin used with iOS.Everything installed just fine into my Android App, but iOS has been quite problematic!...
View ArticleProblems with package build
@rolfe wrote: I used ionic package build android and that worked and got success. but when I used ionic package download build_"ID" I got this: Error in package service. (CLI v1.7.13) Posts: 1...
View ArticlePlease i need to no how to use ionic with cakephp bankend. that is how i...
@pouemo12 wrote: $http.get('http://localhost/cakephp2/posts.json').then( function (resp) { console.log('the size of data is'+ resp.data.length); }, function (err) { console.log('ERR', err); } );...
View ArticleGPS on/off? Not working on Android ... :(
@HappyHappyJoyJoy wrote: Hi there, I tried https://github.com/dpa99c/cordova-diagnostic-plugin to recognize, if GPS is active or not, before going on with another task for geolocalization ... I tried...
View ArticleGoogle map external link with Cordova inappbrowser
@soulmecca wrote: Hi, I'm trying to open external links in google map with Cordova inappbrowser. I've tried with this jQuery way. $(document).on("click", "a[href^=http], a[href^=https]", function(e) {...
View ArticleIframe not working in Ionic app on Android
@rodegier wrote: In my Ionic project I want to add in an iframe for a Vimeo video. This is working fine when I'm testing the app on my localhost as well as on my server, but on Android it doesn't seem...
View ArticleWhy this codepen template build a white screen android apk even if serving it...
@abioneperhobby wrote: Hii'm able to build android apk that works on my nexus 5 starting for tabs default template. so ionic start myapp ionic add platform androidionic build template i obtain apk, i...
View ArticleFilter pipe will be suported?
@luchillo17 wrote: I made my own, which supports array of arrays, array of strings and array of objects with 1 level nesting, haven't implemented expressions, just fuzy string search. Will there be a...
View ArticleWhite Screen in Real Device
@alperenturkoz wrote: Hello everyone, I am trying make hybrid app with ionic. So I have a problem in device. My app is running beauty with ionic lab but, but the phone is not the case. The CSS, JS...
View ArticleIonic 2 searcher with json array
@Thomas2017 wrote: I have taken the search bar demo docs and changed the code to use this.items as a json array and not strings. I keep getting an EXCEPTION: Error during evaluation of "input". yet if...
View ArticleUnwanted android.permission.GET_ACCOUNTS
@pierro wrote: Hi all, After updating to the latest cordova cli (1.7.13), building stopped working.So I had to do a ionic state reset What a mistake! It removes half of my plugins.It has been a big...
View Article1.2.1 hides bottom of form on mobile web browser
@dolthead wrote: If I load my app in a browser and go to any of the pages in my app with a form and click in a text input, the bottom margin jumps up and covers part of the form. I noticed that the...
View ArticlePopup not working
@prolink007 wrote: Popup.alert is not working using "ionic-framework: 2.0.0-alpha.42". I am using "ionic-framework: 2.0.0-alpha.42" locally and "ionic@2.0.0-beta.15" globally in NPM. Using this...
View ArticleError: Cannot find module './source-map/source-map-generator'
@hoseinbl wrote: I am facing with strange problem. I just create a blank app. When I tried to add android paltform I faced with this error: Error: Cannot find module...
View ArticleHow to integrate Ionic + Native Facebook auth + devise?
@marcellosch wrote: I've tried a lot of solutions with ng-token and devise but nothing worked flawless and with native login support. Does anyone have a good approach to that? Posts: 1 Participants: 1...
View Article