Navigation

    SOFTWARE TESTING

    • Register
    • Login
    • Search
    • Job Openings
    • Freelance Jobs
    • Companies
    • Conferences
    • Courses
    1. Home
    2. Tags
    3. ionic
    Log in to post

    • Bogopo

      Use of Angular-translate c Ionic
      Software Programming • angularjs ionic • • Bogopo  

      2
      0
      Votes
      2
      Posts
      0
      Views

      C

      You probably forgot to.bower install
    • S

      Error: not find gradle wrapper within Android SDK. Might need to update your Android SDK
      Software Programming • ionic cordova ionicframework ionic2 • • Saumya  

      2
      0
      Votes
      2
      Posts
      0
      Views

      N

      Usually, the SDK standard settings will be set at $HOME/Android/Sdk, so you need to change ANDROID_HOME
    • D

      multiple select focus
      Software Programming • javascript jquery angularjs ionic • • derk  

      2
      0
      Votes
      2
      Posts
      0
      Views

      E

      At least the post is right, but I'd recommend using "mousedown" as "click." That's what you write on the IONIC Framework, and it's a mobile device, and it's click, he's simulating you touch Event. And more importantly, if I'm not not mistaken about the "mousedown" when you're gonna get the IOS platform off, while Androids are gonna be okay.
    • T

      Ionic JSON local
      Software Programming • javascript json angularjs ionic phonegap • • terrea  

      2
      0
      Votes
      2
      Posts
      0
      Views

      C

      You can use "window.localStorage" to keep json.var json = '{ "name": "Eugene" }'; window.localStorage['person'] = json; console.log( window.localStorage['person'] ); // '{ "name": "Eugene" }'
    • P

      Image processing in ionic
      Software Programming • javascript angularjs ionic cordova phonegap • • Pearlaqua  

      2
      0
      Votes
      2
      Posts
      0
      Views

      briley

      For ionic1 you can help: https://github.com/andyshora/angular-image-crop Something like:<image-crop data-height="200" data-width="150" data-shape="circle" data-step="imageCropStep" src="imgSrc" data-result="result" data-result-blob="resultBlob" crop="initCrop" padding="250" max-size="1024" ></image-crop> and use the avatar retrofit for display.
    • Marcee

      Like in ionic framework connect chart.js
      Software Programming • angularjs ionic • • Marcee  

      2
      0
      Votes
      2
      Posts
      0
      Views

      Y

      To connect the module to AngularJS, first pull it html, after loading angular and ionic<script src="js/Chart.min.js"></script> <script src="js/angular-chart.min.js"></script> Then change your code.angular.module('starter', ['ionic', 'starter.controllers']) That's it.angular.module('starter', ['ionic', 'starter.controllers', 'chart.js'])
    • K

      Annex received from ionic io
      Software Programming • ionic ionicframework • • Kadir  

      2
      0
      Votes
      2
      Posts
      0
      Views

      morde

      In summary, two options to see the annex in ionic view http://view.ionic.io/ I want you to invaitate and register with that e-mail that is sent out by Inweit and you'll seeindicate the annex number and look at it once. http://ionicframework.com/docs/cli/uploading_viewing.html
    • Demir

      AngularJs ionic gain headers
      Software Programming • angularjs ionic • • Demir  

      2
      0
      Votes
      2
      Posts
      0
      Views

      inna

      The thing is, CORS doesn't get all the titles. In response to the server, insert the following heading: Access-Control-Expose-Headers:*
    • D

      Apacha Cordova . Ionic Framework. Cyrillian symbols are not displayed
      Software Programming • visual studio ionic cordova mobile development • • Duquan  

      2
      0
      Votes
      2
      Posts
      0
      Views

      Marcee

      I got the answer! I had to keep the project through "Supplementary Continuation Parameters" and choose "utf-8" instead of "windows kirrice."
    • J

      ionic does not receive api on emulsion
      Software Programming • ionic • • Jolied  

      2
      0
      Votes
      2
      Posts
      0
      Views

      morde

      Decided the problem of fixing a flame cordova whitelist♪In the consoles:ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git At config.xml added:<allow-navigation href="http://*/*" />
    • F

      Registration via facebook ionic
      Software Programming • ionic auth facebook api • • fbio  

      2
      0
      Votes
      2
      Posts
      0
      Views

      emmalee

      The mistake was not adding to Valid OAuth redirect URIs line:https://www.facebook.com/connect/login_success.html
    • C

      http request in ionic framework
      Software Programming • angularjs http ionic • • chanisef  

      2
      0
      Votes
      2
      Posts
      0
      Views

      N

      ♪ config.xml at the root of the project, we need to be allowed to go anywhere or to a specific domain. If I don't change my memory, it's like,<access origin="*"/> <allow-navigation href="*"/>
    • K

      TypeError: v2.register is not a function
      Software Programming • javascript angularjs ionic angularjs controller • • kalena  

      2
      0
      Votes
      2
      Posts
      0
      Views

      Alberto

      I think you're calling a function to press the dollarscope.register = function(customer) And within it, the meaning of "$scope.register" to the object "$scope.register = new Register(s). Therefore, when the button is repressed, the register function no longer exists. The name of the object that comes from the designer to something else.
    • B

      Check for change $location.path()
      Software Programming • angularjs ionic phonegap angular routing • • baileigh  

      2
      0
      Votes
      2
      Posts
      0
      Views

      E

      If you use ngRoute, you can use the event of $routeChangeSuccess. https://docs.angularjs.org/api/ngRoute/service/ $route).$scope.$on('$routeChangeSuccess', function(){ console.log('location', $location.path()); // Ваша логика }); Example: http://plnkr.co/edit/YMOax7Ej3wG5Sr2AvMBE
    • S

      Removal of the button in the hedore
      Software Programming • angularjs ionic angular routing angularjs controller • • shizuka  

      2
      0
      Votes
      2
      Posts
      0
      Views

      K

      $scope.isBackButtonActive - in the control room, url verification<button ng-if="!isBackButtonActive">Вперед<button> <back-button ng-if="isBackButtonActive">Назад<back-button>
    • D

      How to set its annex on IOS bypassing AppStore
      Software Programming • ios ionic cordova appstore • • Duquan  

      2
      0
      Votes
      2
      Posts
      0
      Views

      morde

      To register, to pay the annual membership contribution of the Apple developer and to establish an annex to the telephone for testing/handling of AppStore
    • S

      Is it possible to launch the cordova project without the payment of Apple Develop Program on a real device with Xcode 7?
      Software Programming • javascript xcode ionic cordova phonegap • • Saumya  

      2
      0
      Votes
      2
      Posts
      0
      Views

      Alberto

      We can use it. http://app.phonegap.com/ ♪ The truth is, if you're using outer flames, it won't work, it's gonna have to come in. https://github.com/phonegap/phonegap-app-developer and take him over.
    • A

      Error: ionic not established
      Software Programming • android ionic framework • • Anderson  

      2
      0
      Votes
      2
      Posts
      0
      Views

      Demir

      $ npm install -g ionic or $ ionic -v to learn the current versionIf it's a vinde, we need to add a way to npm in system variables. PATH:
    • E

      SQLite in ngCordova. Why are the skirts affecting the request?
      Software Programming • sqlite ionic • • esther  

      2
      0
      Votes
      2
      Posts
      0
      Views

      G

      There's something in the SQLs in singlebags. 'foobar'That's the text, and there's something in the double carpets. "baz"- Identifier (general, depending on OBD). SQLite, for example, allows the text to be double-crossed for consistency, but this is not highly recommended (see). https://www.sqlite.org/lang_keywords.html )But I suspect that since you have this angularjs, the request line can pass through several phases of screening/deactivation, which could be somewhat damaging and lead to strange results (i.e. the wrong request you want to go to the base)UPD:I don't know if it's affecting your situation, but since $cordovaSQLite Supports the statements prepared, and requests are more appropriate:$cordovaSQLite.execute(db, "SELECT * FROM t WHERE st = ?", ["someText"])
    • S

      How do you put Base64 on the server or how to keep it in a ionic/cordova file?
      Software Programming • javascript ionic images cordova base64 • • shizuka  

      2
      0
      Votes
      2
      Posts
      0
      Views

      K

      It must be pointed out that if you get a mistake of 414, too long, it is necessary to send data to body post, not in url post. You can send base64 on the server, accept and retain as a file, to the base, write a link to the server's disk.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 67
    • 68
    • 1 / 68