2016년 5월 15일 일요일
2016년 3월 29일 화요일
Cordova + jQuery Mobile fixed Navbar
Cordova + jQuery Mobile
Fixed Navbar in multi page.
I want UI like this.
In my project has directory tree like this.
This directory tree is project root tree.
We focus on www directory.
1. www/index.html
2. www/bookstore.html
3. www/option.html
These files are used for making fixed nav UI.
Codes here.
index.html is first page and center btn page on navbar.
bookstore.html is left btn page on navbar
option.html is right btn page on navbar
<Core Code>
The point code is footer, navbar.
<div data-role="footer" data-id="foo1" data-position="fixed">
Should use data-id same id on multi pages.
Result
Some issue on this project.
- data-transition has some problem, transition has low performance
Fixed Navbar in multi page.
I want UI like this.
In my project has directory tree like this.
This directory tree is project root tree.
We focus on www directory.
1. www/index.html
2. www/bookstore.html
3. www/option.html
These files are used for making fixed nav UI.
Codes here.
index.html is first page and center btn page on navbar.
bookstore.html is left btn page on navbar
option.html is right btn page on navbar
<Core Code>
The point code is footer, navbar.
<div data-role="footer" data-id="foo1" data-position="fixed">
Should use data-id same id on multi pages.
Result
Some issue on this project.
- data-transition has some problem, transition has low performance
피드 구독하기:
글 (Atom)
JIRA Plugin - ScriptRunner 소개 #2
관련 글 소개 #1: https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...
-
에반젤리스트(Evangelist)란 무엇일까요? 단어 그대로 말한다면 '전도사'의 의미를 가지고 있습니다. 그리고 제가 공부하는 IT업계에서도 이 에반젤리스트가 있지요. 이분들이 하는 일은 쉽게 말해서 기술에 대해 전파하고 알리...
-
http://discuss.cocos2d-x.org/t/cocos-creator-1-3-1-released/33178 저번에 썼던 포스팅에서 코코스 크리에이터 1.3.1버전이 업데이트 될 거라고 올렸었는데 금방 릴리즈 되었네요. (그전 글: ...



