Enable and focus an Input element on button click
@nomanyaqoob wrote: I have a button which onclick enables an input element. what I need is first it gets enabled and then focus on that input element.Here is my Input: ** input type="text"...
View ArticleIonic Tabs - Back button dissapears on nested views
@sumodevelopment wrote: Navigation issues on nested views in tabs Ok, so this is a topic often discussed as a google search proved, but none of the topics "solutions" seemed to have worked for me. I...
View ArticleIonic can not find ANDROID_HOME ubnutu
@RamyHakam wrote: I Tried So many Solutions and Nothing is happens 1- Export Android Home and add it ti the PATH2- Create ~/.bashrc and add ANDROID_HOME to it 3- Add ANDROID_HOME to the...
View ArticleHow to distinguish between notification received when app are running and app...
@kuzun9x wrote: Hey Guys,I have a question: In onNotification(), how to distinguish notification was received when user are using app and app are running background or turn off? Posts: 1 Participants:...
View ArticleCollection repeat grid alignment issue
@reddy_dhitendra wrote: resize window width blob.jpg1366x768 269 KB blob.jpg1366x768 319 KB look at the difference in alignment please help me.Thanks in advance Posts: 1 Participants: 1 Read full topic
View ArticleTools to test performance of ionic apps
@nikhil7 wrote: What are different tools available to test performance of ionic applications. any suggestions will be helpful. Posts: 1 Participants: 1 Read full topic
View ArticleIncomprehensible background notification problem
@sumer wrote: hi thank you for your helpjust ios platformI'll tell you the problem with imagesA1 --> app working a1.png750x1334 269 KB A2 --> After clicking the home button a2.png750x1334 135 KB...
View ArticleSubverting a ui-sref with an ng-click in a ng-repeat. How?
@SubEffect wrote: I've got a nice auto-populating list, being pulled from an array of objects, that works really nicely. Angular is great for this! Here is the code: <ion-item...
View ArticleIonic - tap issues with ios10
@nick_heatgenius wrote: Hi, I am writing this here as I've being searching for a solution for almost a month now with no luck. I am developing an app using ionic and angular. the versions I am using...
View ArticleThe text without space overflows out of the screen
@joonhyungcho wrote: Hi guys, I'm making a chat app, and in the chat room, I found something wrong. A long text with space make a new line well, but a long text without space, it overflows out of the...
View ArticleInserting data to mysql database from ionic app
@parabahis wrote: Hi there, i am so new in ionic and i have issue with the inserting data to mysql. I try to post data to my php file and insert into database but variables are empty always. First i...
View ArticleIncomprehensible background notification problem!
@sumer wrote: Continuing the discussion from Incomprehensible background notification problem: Posts: 1 Participants: 1 Read full topic
View ArticleCreate refresh token for authentication
@fillah wrote: Hey guys. i'm trying to build a login with the use of device uuid, access token and a refresh token. So far i've created a api call to the server, where i get a access token in return....
View ArticleIonic-1. Native scroll on IOS 10 does not work
@siddhartha wrote: $ionicConfigProvider.scrolling.jsScrolling(false); Setting native scrolling flag to enable, will freeze scroll throughout the app. Ionic version : 1.2.4 IOS version: 10.0 Posts: 1...
View ArticleUpdate Ionic project using CLI or Android Studio
@kostasst wrote: Hello. I am using Ionic Framework for development and I am facing an issue with a new template I have purchased (ionSocialApp in specific). I am building it using CLI just fine, but...
View ArticleHow can i create a simple multilevel side menu?
@samxfido88 wrote: I want to create a simple multilevel side-menu For ex: Menu-1 menu-2 sub menu sub menu 2 menu-3 Posts: 1 Participants: 1 Read full topic
View ArticleRequire is not defined
@thomas96 wrote: I'm using this // Example requires the use of the 'request' library// https://www.npmjs.com/package/request var request = require("request"); var token = 'API_TOKEN' var options = {...
View ArticleRunning an Ionic directive after HTML binding
@marianstefi20 wrote: I'm working with a Ionic app that uses an external API to retrieve the data. The API can be easily controlled thru a front-end interface. Because it's so easy to maintain the...
View ArticleHow to fix Cannot read property 'calendar' of undefined
@anthonymg94 wrote: app.controller('programaCtrl', function( $scope, $state, $stateParams, $timeout, $rootScope, $cordovaCalendar) { var programa = $stateParams.programa; $scope.programa = programa;...
View ArticleCaptcha to use on desktop or mobile browser also
@amin9 wrote: Working on a Progressive Web App. I'm thinking of using Google reCaptcha when its not IOS or Android app, but its on desktop browser.Or I should also care when its on mobile browser?...
View Article