navigation
Here are 2,083 public repositories matching this topic...
在doInterceptions方法里有对Warehouse.interceptors的判断
if (null != Warehouse.interceptors && Warehouse.interceptors.size() > 0){
checkInterceptorsInitStatus();
......
}
而Warehouse.interceptors是在InterceptorServiceImpl#init里新线程里完成添加的
IInterceptor iInterceptor = interceptorClass.getConstructor().newInstance();
iInterceptor.init(context);
Issue Description
Icon can accept an object with different attributes
Steps to Reproduce / Code Snippets / Screenshots
有虚拟键盘的,顶部图片设置不了沉浸式,看了wiki,也没有设置fitsSystemWindows相关
代码:
ImmersionBar.with(this).statusBarView(R.id.top_view)
.navigationBarColor(R.color.colorPrimary)
.fullScreen(true)
.addTag("PicAndColor")
.init();
怎么解决
I want the selector to work like here.
Basically I need to update the indicator's height to 10dp at the selector's bottom. How can be done this?
-
Updated
Jun 17, 2020 - Java
-
Updated
Sep 20, 2018 - Objective-C
We should add a showcase of the Config props (https://github.com/airbnb/native-navigation/blob/master/docs/api/navigator-config.md) to the example app.
I can get started on it this weekend. I just wanted to make sure no one else is already working on it.
Suggestion
WordPress core recently added this to the navwalker:
https://core.trac.wordpress.org/ticket/43290
Without adding these attributes google audit flags as a security risk, suggested change for class-wp-bootsrap-navwalker.php:
`//$atts['rel'] = ! empty( $item->xfn ) ? $item->xfn : '';
if ( '_blank' === $item->target && empty( $item->xfn ) ) {
$atts['rel'] = 'noopener
-
Updated
Dec 10, 2017 - JavaScript
-
Updated
May 9, 2020 - Objective-C
-
Updated
Apr 13, 2020 - Swift
-
Updated
Jun 4, 2020 - TypeScript
Okay, I have 2 screens: A, B;
- 'A' screen opening by BottomNavigationView;
- 'B' screen opening inside screen 'A';
My steps:
-
I open 'A' screen by clicking at item of BottomNavigationView -> router.newRootScreen()
-
I open 'B' screen by clicking button inside 'A' screen -> router.replaceScreen()
-
I clicks at the same item of BottomNavigationView like at 1st step and g
-
Updated
Jan 19, 2020 - Objective-C
when the label in the link is not in the current frame no effect will be seen.
The frame that contains the label should be made active.
if there are more than one label with the same name we should scroll to all of them.
IMPORTANT: this issue doesn’t have high priority. If this is too complex to implement we should discuss if there is an easy solution.
-
Updated
Feb 6, 2020 - HTML
-
Updated
Oct 13, 2017 - Objective-C
-
Updated
May 27, 2020 - Java
-
Updated
Jun 25, 2019 - Kotlin
There are some classes we should rename to fit the 3.0 architecture and conventions.
Also, we should have sufficient java doc comments for the methods and follow common guidelines throughout the code.
Some of the findings that will help achieve above goal. It would also be good to read through the other parts of the code and have it updated.
InjectionTarget:
- InjectionTarget can be rename
-
Updated
Jun 15, 2020 - Kotlin
-
Updated
Oct 4, 2019 - Java
I have cloned this project for understanding how it works.
You have a folder with name example, there are HTML files in the files head section there is an included file "<script src="../pjax.js"></script>" This pjax.js I can't find I think possible that it doesn't exist.
When I'm opening the project/example/index.html file on browser and want to check how it work at that time I'm getting an er
I am creating a custom TOC to fix #104 for me; however, it's not that easy.
var toc = require('markdown-toc');
var md = '# heading\n## heading 2\n### heading 3';
var result = toc(md); // links are incorrect in the toc for Angular
var correct_toc = [];
result.json.forEach(function(h) {
// fixed h.content
correct_toc.push(new_h);
}
var toc_md = toc.bullets(correImprove this page
Add a description, image, and links to the navigation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the navigation topic, visit your repo's landing page and select "manage topics."

Related: react-navigation/react-navigation#8160
We have a similar guide for React Router + Netlify https://github.com/expo/examples/tree/master/with-react-router#deploying-to-netlify
We should also have one for Now:
now.json:{ "version": 2, "routes": [{ "handle": "filesystem" }, { "src": "/.*", "dest": "/index.html" }] }