Spotify API Auth callback URI
@filepinheiro wrote: I’m using spotify API to authenticate, and InappBrowser to connect on url and generate JSON the API works fine and I got the JSON on redirect URI...
View ArticleHow to make transition when expression change
@amjado3 wrote: Are there any way to make transition when expression was change This my html code. I want to make transition of the <div class="fadeIn">{{ phrase }}</div> when expression...
View ArticleMultiple Plugin
@RodStrom wrote: Hey what is right to way to add multiple plugins in project. Right now I’m using FIleChooser and Camera but dunno how to define both in page constructor? constructor(public camera:...
View ArticleAlert Popup with other Angular commands?
@helpmelearn wrote: We have a Popup Alert. Ionic Framework Ionic Framework Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all with one shared code base and...
View ArticleHTTP POST upload image
@kusza wrote: Hi, is it possible to make something like this in ionic? POST https://api.profit365.eu/1.3/storage/documents Authorization: Basic *** hidden credentials *** ClientID: C7A36D…...
View ArticleFocusout Ionic equivalent
@Air92 wrote: I was wondering what is the ionic version for focusout for an ion-input Posts: 1 Participants: 1 Read full topic
View ArticleWhat is the wrong with this code, why font is not working?
@rsa wrote: Dears, I don’t understand what is wrong with this code? $Cactus-Normal-path: $font-path !default; @font-face { font-family: "Cactus-Normal"; src: url("#{$Cactus-path}/Cactus-Normal.eot");...
View ArticleUsing ionViewCanEnter to validate Login
@luizricardoso wrote: In the browser, if I enter the URL: localhost: 8100 / # / home the system will redirect to localhost: 8100 / # / signin if the user is not logged in. The problem is that using...
View Article$ionicPopup freezes app after updating from 1.3.1 to 1.3.5
@JonasDIS wrote: Hi All, I have used this for a long time: $ionicPopup.show({ title: title, subTitle: text, cssClass: 'popup', buttons: [ { text: 'OK', onTap: function(e) { d.resolve(); } } ] }); But...
View ArticleCordova Camera will not work without Permissions
@applacadabra wrote: We are currently following the Ionic Creator tutorial to load the Camera on a device found here: https://docs.usecreator.com/docs/how-to-use-cordova-plugins-with-your-creator-app...
View ArticleHelp with a login screen design. Bottom content
@Hanzo wrote: Hi, I’m trying to develop a login template where a “forgot button” is positioned on the bottom of the screen. On the top of the screen there is a conpany logo and in the center the user...
View ArticleIt isn't exactly clear from the documentation which Ionic Deploy API to use,...
@jetinsight wrote: I am using cordova-plugin-ionic v2.0.4 (since it says my project cannot support 3.0.0). With this version, am I supposed to still access deploy with let deploy =...
View Article⚠️ Location replace state reloading problem
@Teazy wrote: Hello everyone ! I need to modify the URL of the user without reloading. So i use : import { Location } from '@angular/common'; ... this.location.replaceState('#39jd8f'); Everything...
View ArticleError installing file transfer plugin
@vcarvalho0402 wrote: During the build i got this error: Installing "cordova-plugin-file-transfer" for ios Failed to install 'cordova-plugin-file-transfer': CordovaError: Version of installed plugin:...
View ArticleVisual Studio 2017 intellisense?
@scottieslg wrote: There is a plugin for VS 2015 for Ionic intellisense, but I haven’t found anything for VS2017. Does anyone know if this exists? Posts: 2 Participants: 2 Read full topic
View ArticleTypeError: res.json is not a function
@barreola wrote: Why is not a function? I’ve read this but I cannot make it work for my project, the error is shown in the following code getListVideos(listId) { return...
View ArticleWP API REST show errors with adsense
@OSALLA wrote: When I show a post of wordpress into app, if the post have adsense, the post show errors Posts: 1 Participants: 1 Read full topic
View ArticleCannot load empty config.xml file (Android build)
@cherry wrote: Hello, I am trying to run an application on my Android phone. The result of it is getting this error for following the command. ionic cordova run My Application’s ionic info. 2018-01-26...
View ArticleCustom video recording (with live view) and direct upload
@KristerJohansson wrote: What I am looking for is this. Trigger the recording with the help of code. No red button! Have a small live view in the app. Before, under and after the recording, no...
View ArticleDisplay the picture taken by Camera Preview Plugin
@jumice wrote: Hi, now I am making an ionic app using Cordova Camera Preview Plugin. what I want to do is take a picture with camera preview display the picture on the screen once it is taken with...
View Article