Adam Bradley
fab4a41d9a
fix(scroll): larger release tolerance for buttons
...
Closes #1378
2014-05-14 13:08:21 -05:00
Tim Lancina
cb0d17c065
fix(keyboard): add link to plugin repo
2014-05-14 12:53:46 -05:00
Andrew Joslin
90e7395e62
fix($ionicLoading): do not flicker when showing long loading messages
...
Closes #1252
2014-05-14 10:48:43 -06:00
Adam Bradley
4f1145ca22
fix missing tagName for select checks
2014-05-14 09:57:30 -05:00
Adam Bradley
65749a40bb
fix(select): select option in desktop Firefox
...
Closes #1251
2014-05-13 13:30:32 -05:00
Tim Lancina
373c0cd44f
fix(scroll): scroll inputs correctly with footer
2014-05-13 13:10:26 -05:00
Adam Bradley
2736993083
feat(tap): Make TAP_RELEASE_TOLERANCE configurable
...
Setter for TAP_RELEASE_TOLERANCE so the default can be changed. Closes
#1362
2014-05-13 11:13:04 -05:00
Tim Lancina
fe01444f95
update keyboard docs with windowSoftInputMode info
2014-05-13 10:03:20 -05:00
Andrew Joslin
3c15b118ca
fix(activator): properly activate elements nested inside an item.
...
Addresses #1373 .
Before: if an `<a>`, `ng-click`, or `<button>` inside of a .item,
was clicked, the activator would walk up .item and activate it.
Now: If an `<a>`, `ng-click`, or `<button>` inside of a
.item is clicked, the activator will activate that element.
Additionally, CSS was added so `a.item-content.activated` would look
activated.
2014-05-13 08:56:37 -06:00
Andrew Joslin
636ca94325
fix(e2e-tests): disable ionic-tap during e2e tests
...
Closes #1310
2014-05-13 07:04:09 -06:00
Adam Bradley
1a2e501f25
fix(tap): Normalize taps w/ pointer events also
...
Some browsers already remove the delay with certain settings, such as
the CSS property `touch-events: none` or with specific meta tag
viewport values. However, each of these browsers still handle clicks
differently, such as when to fire off or cancel the event (like
scrolling when the target is a button, or holding a button down). For
browsers that already remove the 300ms delay, consider Ionic's tap
system as a way to normalize how clicks are handled across the various
devices so there's an expected response no matter what the device,
platform or version. Additionally, Ionic will prevent ghostclicks which
even browsers that remove the delay still experience.
2014-05-12 15:13:44 -05:00
Tim Lancina
61c9c4571b
account for elements under scroll view when resizing
2014-05-12 14:31:53 -05:00
Max Lynch
73d2eabc69
feat(animation): Javascript Animation Service
2014-05-12 13:07:58 -05:00
Tim Lancina
c944fe5944
add keyboard docs
2014-05-12 11:26:01 -05:00
Adam Bradley
5f2fdfdd07
fix(textarea): Allow scroll in textarea when focused
...
Closes #1280
2014-05-09 12:05:45 -05:00
Tim Lancina
b0cfe233a8
don't clear focusIn timer on focusOut
2014-05-09 11:39:34 -05:00
Adam Bradley
4928b996d6
set WP8 as a grade-b device
2014-05-09 09:33:35 -05:00
Tim Lancina
5be42bc3c7
add height=device-height on Cordova iOS 7.0
2014-05-09 09:17:04 -05:00
Adam Bradley
8730e62e62
fix(tap): Prevent different input focus after 300ms delay
...
If a text input is located in the same area as a button which was just
tapped, which was probably because of a view transition, the text input
gets focus 300ms later. This is an issue on Android because it also
fires off a mousedown event. Resolved by remembering the touchend
target then checking if it’s different from the mousedown target.
Closes #1370
2014-05-08 10:40:15 -05:00
Andrew Joslin
95d1aea4f1
chore(travis): re-enable jshint
2014-05-08 09:11:16 -06:00
Adam Bradley
57d66b2a2d
style(jshint): jshint
2014-05-08 08:19:14 -05:00
Adam Bradley
6e32c2f880
Merge initial wp8 fixes
2014-05-07 15:47:35 -05:00
Adam Bradley
08e4b3d95b
feat(platform): added isWindowsPhone() method
2014-05-07 14:48:36 -05:00
Adam Bradley
25c02a3f2c
add msTransform and msTransition to CSS polyfill
2014-05-07 14:10:00 -05:00
Adam Bradley
98ee7ee293
chore(log): use console.log instead of .debug
...
Console statements get removed during builds, but when testing IE 10
does not support console.debug.
2014-05-07 13:42:48 -05:00
Adam Bradley
191464c98c
fix(CustomEvent): fix IE CustomEvent polyfill
...
#1131 #1231 #861
2014-05-07 13:40:28 -05:00
Tim Lancina
5973ded3e1
add clearTimeout(keyboardFocusOutTimer) to plugin hidekeyboard handler
2014-05-07 11:53:17 -05:00
Andy Joslin
425ba247e5
docs(tap): fix typos
2014-05-06 09:26:21 -06:00
Adam Bradley
3b5248f22b
data-tap-disabled not data-prevent-default
2014-05-06 10:21:34 -05:00
Tim Lancina
6e231dbf26
return CustomEvent in polyfill if it doesn't exist
2014-05-06 10:13:55 -05:00
Adam Bradley
8d65371996
docs(tap): Add tap docs
2014-05-06 10:09:22 -05:00
Tim Lancina
70527172af
don't scroll twice on double focus
2014-05-05 15:03:37 -05:00
Andy Joslin
ccde43b430
refactor(events): don't clobber window.CustomEvent
...
Resolves #1231
2014-05-05 12:07:42 -06:00
Andy Joslin
975b5fadc6
docs(tap): add WIP tap notes page
2014-05-05 10:50:50 -06:00
Tim Lancina
958b23cb8e
wait for device ready before doing viewport stuff
2014-05-05 09:54:10 -05:00
Adam Bradley
6b3c2b929a
merge keyboard-fixes
2014-05-03 22:30:21 -05:00
Tim Lancina
3abab65351
android fullscreen tweaks
2014-05-02 16:57:19 -05:00
Adam Bradley
7cfa3a685d
fix for viewport props w/ only key, no value
2014-05-02 10:50:02 -05:00
Adam Bradley
5f8e9040bd
fix(viewport): Auto update viewport tag
2014-05-02 10:12:48 -05:00
Adam Bradley
08bc005766
fix select element click tests
2014-05-01 12:45:12 -05:00
Adam Bradley
e3306293cc
fix(select): Select options w/ mouse events, closes #1251
2014-05-01 12:37:21 -05:00
Adam Bradley
05a6d7cca6
fix(tap): input[file] clicks within ion-content, closes #1237
2014-05-01 08:54:13 -05:00
Tim Lancina
708fc85bf5
keyboard size in Safari, remove isOverWebView()
2014-04-30 16:28:44 -05:00
Adam Bradley
0ad10edefc
fix(viewport): Remove height value on iOS browser
2014-04-30 14:04:32 -05:00
Adam Bradley
22322610c8
remove console.log
2014-04-30 13:40:53 -05:00
Tim Lancina
c9e07e810e
poll for window height change on android
2014-04-29 15:43:51 -05:00
Andy Joslin
b772a94de5
style(activator): remove console.log
2014-04-29 06:10:33 -06:00
Tim Lancina
a7f6e1c7c6
get keyboard wip stuff working decently on android
2014-04-28 16:21:01 -05:00
Max Lynch
040af8245d
fix(listView): fixed active state on scroll
2014-04-28 13:25:30 -05:00
Andy Joslin
8e3a3d0b2d
activator: do not activate if tapRequiresNativeClick
...
Addresses #1202
2014-04-25 07:05:27 -06:00