-
When explicitly installing a package that is registered under multiple names, the package is always placed in `bower_components` under the canonical name from the package's bower.json. For example, `b…
-
Hi,
since iOS 9.3, when using WKWebView, the 300-350ms delay is gone. In Android it's gone since Chrome Version 32+. Could you maybe add this hint on your readme? Thanks.
Related Issue here: https…
-
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,…
-
## Environment Info
Node version(`node -v`):6.11.1
Your site `_config.yml` (Optional):
```
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github…
-
I'm using typeahead.bundle.js via Bower. I had been using 0.10.1 happily for a few weeks along-side [FastClick](https://github.com/ftlabs/fastclick). However, upon upgrading to 0.10.2, FastClick no lo…
-
* Framework7 version: 5
* Platform and Target: iOS 11+ Cordova app
### Describe the bug
The recent removal of the embedded fastclick library in Framework7 v5 has re-introduced the 300ms click del…
-
I’m not sure how new or how big a problem this is, but as of yesterday I’ve noticed the following behaviour
```
$ bower install ftdomdelegate
bower cached https://github.com/ftlabs/ftdomdelega…
-
I expect no click event is fired from a disabled button.
But click events are fired when the button has a member element like i tag.
## Sample
https://jsfiddle.net/63f4qpp8/1/
## Why need
I want use…
-
- [x] Yes, I was on [Hexo Docs page](https://hexo.io/docs/), especially on [Templates](https://hexo.io/docs/templates.html), [Variables](https://hexo.io/docs/variables.html), [Helpers](https://hexo.…
-
I would expect the following code to work (see [the Fiddle](http://jsfiddle.net/ka74fysb/1/))
``` js
var events = new domDelegate.Delegate(window);
events.on('click', function() {
console.log('Got…