Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   $scope.$on('modal.shown', function() {
  2.       $timeout(function() {
  3.           if (window.cordova && window.cordova.plugins.Keyboard) {
  4.             cordova.plugins.Keyboard.show()
  5.           }
  6.       }, 750);
  7.   });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement