Auth0, Ionic Project Setup, npm install and updates seem to be cancelling...
@earlpond_se wrote: I'm trying to test Auth0, it should be a good setup for our situation. I'm downloading the Ionic project from Auth0 and trying to follow their instructions. After npm install,...
View ArticleIonic 2: How to work with native HTTP?
@arnoldparge wrote: I am unable to get the data from the server using Native HTTP. The response on the server looks like: [{feed_id:"1",feed_title:"Helping the poor and needy people is a good...
View ArticleUnable to integrate Tawk.to in the ionic app
@thesourav wrote: I am trying to integrate the Tawk.to javascript widget in my ionic app. But i am not able to see any widget by default. <!--Start of Tawk.to Script--> <script...
View ArticleError while adding push notifications to ionic2 app
@vithika wrote: I am adding push notifications to my ionic app,using the video link- When building the apk ,I am getting error:- Error:Execution failed for task ':processDebugGoogleServices'.>...
View ArticleReplace or hide tabs
@mraza08 wrote: I started a tabs project which has default 3 tabs, I need help in couple of things. 1. How can I hide tabs properly on specific pages? I have tried this approach which works but not...
View ArticleHow to navigate from Tab1Page to Tab2Page Subpage?
@lordgreg wrote: I'm currently having an issue moving from position A (navStack 1) to position B (navStack 2) with a simple approach. The root of my app is TabPage, which has 4 Tabs aka. 4 TabPage....
View ArticleSocial login
@dhameer wrote: Hi there I am starting a new app which requires social login. The client want to also get user activity via the social login system I use(eg auth0, gigya etc). I know ionic have a...
View ArticleCamera Plugin feeds Video Editor - file path hell
@killerchip wrote: Hello I'm getting really frustrated with this... I'm trying to feed a file to Video Editor plugin which was picked from the local storage with Camera plugin, but the path is not...
View ArticleSlides callback for transition start and end
@tyftler wrote: Before the Ionic update replacing the Slides which have adapted the http://idangero.us/swiper I could access the transition start and end events by directly using the slider instance....
View ArticleHow to make alert with name of child firebase?
@_Ali94 wrote: Hi every body I need to show aler with text like "Welcome USER1".USER1 is a value that stored in firebase database. My tree like this in my .ts file i used this way to get the data...
View ArticlePush service
@Nicolas_pl wrote: Hello ! I have follow this tutorial (https://devdactic.com/ionic-2-push-notifications/#disqus_thread) I do not receive notification (status sent on ionic.io) on physical iOS Device...
View ArticleIonic Toggle Disabled
@SD1985 wrote: Hi, I have a form which has several ion-toggle that captures data from the user. I am trying to display this data in another page as a report. I use the same ion-toggle with disabled =...
View ArticleRemote url not working but local url working for http ionic3
@developerrky wrote: Hi All,home.tspublic getFuelCities() { let URL = "assets/data/locations.json";// let URL = "http://fuelpriceindia.herokuapp.com/cities.json" this._http.get(URL) .map(res =>...
View ArticleFroala editor not working on real device but working on browser
@YAsh0011 wrote: i have install froala editor plugin froala editor link and this plugin working perfectly in browser but not working on real deviceplease help me thanks Posts: 1 Participants: 1 Read...
View ArticleTesting Geolocation Apps Without Moving in Ionic
@matthew974 wrote: Geolocation apps are fun.The only issue is ... it depends on our position. Testing different scenarios on our device is bothersome because some OS don't allow the use of GPS...
View ArticleIonic grid of cards for tablets
@bfaster wrote: Hi all! In my application there is a list of cards. I would like that when the app runs on larger devices (tablets) the list becomes a list of two or four elements for each row. Is it...
View ArticleClose modal , toast, alert if android device back button clicked
@wildwolf2015 wrote: hi guys i want when device back button clicked if modal is open close it Posts: 1 Participants: 1 Read full topic
View ArticleIonic android back button registration after event
@2909sanjay wrote: Hello guyz, I was able to register back button of android successfully in ionic app.js .run(), $ionicPlatform.registerBackButtonAction(function (event) { //some code }, 100); I am...
View ArticleIonic window.connection not working if controller
@2909sanjay wrote: Hello Guyz, I have installed network info plugin and my code works fine .run function but when I am using the same code in controller it says window.connection does not exists....
View ArticleIonic cordova platform browser not working
@wildwolf2015 wrote: hi i want add browser platform bu show below error Capture.PNG766x179 6.12 KB Posts: 2 Participants: 2 Read full topic
View Article