-
I have a below route configuration:
config.options.pushState = true;
config.options.root = "/";
config.options.hashChange = false;
url: applicationdomain...**/displayData**
this appli…
-
-
Hello,
jQuery.browser was removed from the last version of jQuery (v1.9.0) as it was already deprecated since jQuery v1.3.
More details here: http://jquery.com/upgrade-guide/1.9/#jquery-browser-remov…
ghost updated
11 years ago
-
Hi Luís, first of all sorry for my english.
Your plugin is GREAT!!!
Only one "bug"... the lack of browser history.
If I have multiple page in navigation holder, browser back button don't work.
Is …
-
Related: https://github.com/canjs/canjs/issues/4448
1. Documenting a rough API
2. generating the plugin
3. Setting up a test for a very basic use case
- change can-route-pushstate and can-r…
-
IN IE11 there is an issue that 'popstate' not fired with hashchange so if you are working with hash URL's then history API works incorrectly and CheckforURLupdate always empty in such cases and 'popst…
-
Hello. First off thanks for making this! I followed your instructions but I am having an issue when building:
``` shell
$ ./node_modules/wintersmith/bin/wintersmith build
building site
using co…
-
**This is wrong. Read below.**
ApplicationContainer should pass sidebarIsVisible and screenSize props from redux down to Application component. Application component will `` and ``. If the screen is …
-
# html5 new features
https://gist.github.com/xgqfrms-GitHub/1ba83e991eb358338151f54e5805ac5d
## `HashChangeEvent()`
https://developer.mozilla.org/zh-CN/docs/Web/API/Window/onhashchange
htt…
-
# 移动端H5单页面应用路由变化与默认返回按钮效果不搭配解决方案
## 功能与需求
做微信企业应用开发时,业务代码用的是react,路由用的react-router。遇到一种场景,列表页面(A)、选中项详情(B)、编辑功能(C)、选人功能(D),正常效果是 A-->B-->C-->D,然而D操作完后会跳转到B页面。用户点击左上角的微信应用自带返回按钮,这个时候返回到的是D页面,但是这个…