Amirul Momenin5979205
Posts: 1
Joined: Sat Feb 06, 2016 9:24 am
Location: Dhaka
Contact: Skype

autocomplete

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

autocomplete

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...

Amirul Momenin5979205
Posts: 1
Joined: Sat Feb 06, 2016 9:24 am
Location: Dhaka
Contact: Skype

autocomplete

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

Redirect is not working.Only playing when I click twice

Amirul Momenin5979205
Posts: 1
Joined: Sat Feb 06, 2016 9:24 am
Location: Dhaka
Contact: Skype

autocomplete

If I set alert I can see alert but not redirect

Amirul Momenin5979205
Posts: 1
Joined: Sat Feb 06, 2016 9:24 am
Location: Dhaka
Contact: Skype

autocomplete

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(''); 

     });
Amirul Momenin5979205
Posts: 1
Joined: Sat Feb 06, 2016 9:24 am
Location: Dhaka
Contact: Skype

autocomplete

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

Return to “Issues”