Popup not working
I figured out the issue. You need to add <ion-overlay></ion-overlay> to your app.html. I saw that no where in the documentation.
View ArticleI build ionic2 app and use crosswalk plugin.Get error after running
01-27 09:02:26.772 17942-17942/io.ionic.starter I/chromium: [INFO:CONSOLE(33734)] "EXCEPTION: Error during instantiation of ConferenceApp!.", source: file:///android_asset/www/build/js/app.bundle.js...
View ArticlePopup not working
Yes this was required previously, then it was added automatically by the generator, and now it's not needed at all - so probably got lost along the way somewhere there.
View Articleionic2(angular2) Cannot read property 'toUrlPath' of null
I have the following codes: Go A When i click on tag, angular2 throw this exception: EXCEPTION: TypeError: Cannot read property 'toUrlPath' of null What is that error?Please help me fix that error!...
View ArticleCordova plugins supported in Ionic 2?
There are no abstractions for plugins (like ngCordova) provided for Ionic 2 yet, but you can still just use Cordova plugins using the normal syntax. No need to import anything or set anything up...
View ArticleNative Page Transitions for iOS and Android with Ionic Framework
@ShprinkI followed the documentation you provided for the ionic-native-transitions but after injecting it to my app.js file I get this error message "nativepagetransitions is disabled or...
View ArticleIonic HTTP Post v. Angular HTTP Post
@robertlair, did you fixed it cos I am having the same problem now and I am frustrated... Very very
View ArticleHow to upload a video file to Google Cloud Storage?
I'm developing an app to let people upload short videos (8secs) to show products, the problem is I can't figure out how to upload a captured cordova file to GCS. I'm using the cordova file transfer...
View ArticleSelect image from gallery and upload to firebase failed in android but works...
`var imageApp = angular.module('starter', ['ionic','ngCordova','firebase']);var fb = new Firebase("https://boiling-fire-9767.firebaseio.com/"); imageApp.run(function($ionicPlatform) {...
View ArticleCordova plugins supported in Ionic 2?
Thanks for your reply. Tried your code. But no response. Can I test this plugin in emulator? Or I have to use something like GapDebug to test on real device?
View ArticleUnwanted trailing slash on Ionic CLI proxy
I'm dealing with CORS issues when developing while trying to reach an API endpoint. I've set-up a proxy via the ionic.properties so the CLI can handle the requests. The main problem here is, the API...
View ArticleIonic Package splash from config.xml
Hi guys! Is possible to use the path of the splashes from config.xml, when the Ionic Package service is use to build the app?
View ArticleCordova plugins supported in Ionic 2?
Got the following error message through GapDebug: 32041EXCEPTION: Error during evaluation of "click" ORIGINAL EXCEPTION: TypeError: undefined is not an object (evaluating 'l_window0_1.plugins') I...
View Article$ionicLoading not working on $scope
Try to use $ionicLoading directive, but cannot make it works. I am showing the loading screen when someone clicked on the link while the link process to API, the loading screen will shown before its...
View ArticleStream Video from Device Camera to server
Hi @SeriousLee , any updates? I intend to create app that can push live stream to RTMP server too.
View ArticleIonic HTTP Post v. Angular HTTP Post
Yes, I solved I by using Ionic Proxy. http://blog.ionic.io/handling-cors-issues-in-ionic/
View ArticleIonic 2 - Importing from Angular2
I had the same problem as him and in my case was the tsconfig.json. There is a parameter called files like so: .....,"files": ["app/app.ts"]..... or something like that. Well it was showing the whole...
View ArticleIssue with window.print() breaking tabs
Example The below code causes Ionic Tabs to stop working... Can not see the reason.... <a href="#" class="fa fa-print fa-2x" ng-click="print('skills-print')"></a> $scope.print =...
View ArticleIonic HTTP Post v. Angular HTTP Post
This doesn't work for me. This is the error I now get after adding sending POST to the server XMLHttpRequest cannot load http://url.com?action=test. No 'Access-Control-Allow-Origin' header is present...
View ArticleFacebook share
Hi arsene, Go to your project directory in the nodejs command prompt and install the sharing plugin using this code. First, check if you have installed ngCordova, if not install, you can install...
View Article