Page 1 of 1

autocomplete

Posted: Wed Oct 17, 2018 8:05 am
by Amirul Momenin5979205

How may I fix autocomplete in ionic app.Pls help me faster


autocomplete

Posted: Wed Oct 17, 2018 8:46 am
by Serhii Kulibaba

Hello Amirul,

Appery.io doesn't have that functionality by default. Please use the specific directive for that, like: http://demo.vickram.me/angular-auto-c...


autocomplete

Posted: Thu Oct 18, 2018 4:07 am
by Amirul Momenin5979205

var button = document.getElementById(id);
button.addEventListener('click', function() {
Apperyio.navigateTo("PostInventory", {});
});

Redirect is not working.Only playing when I click twice


autocomplete

Posted: Thu Oct 18, 2018 4:19 am
by Amirul Momenin5979205

If I set alert I can see alert but not redirect


autocomplete

Posted: Thu Oct 18, 2018 4:23 am
by Amirul Momenin5979205

Not working
var button = document.getElementById(id);
button.addEventListener('click', function() {

Code: Select all

          $scope.$apply( ); 

         Apperyio.navigateTo("PostInventory", {}); 
         //angular.element( document.querySelector( '#category' ) ).val(''); 

     });

autocomplete

Posted: Thu Oct 18, 2018 4:54 am
by Amirul Momenin5979205

Hi that work when I set at end $scope.$apply( );