티스토리 뷰
* 모바일용 페이지의 주소를 어떻게 할 것 인가?
- m.xxx.com : 서브 도메인 형태
참고 : 톰캣 서브도메인 설정하기
http://thereclub.tistory.com/11
- 별도 애플리케이션 배포해서 연결하거나,
- xxx.com/m 형태로 만들고
- 서브도메인은 포워딩 하는 방법
* 반응형 웹으로 만들것인가? 모바일용을 별도 구축할것인가?
* 모바일용 페이지에 viewport 설정
- <meta> 이용하거나 (비표준)
- @viewport 이용
https://jongmin92.github.io/2017/02/09/HTML/viewport/
http://aboooks.tistory.com/352
* 모바일 해상도
* 만들어진 모바일용 페이지를 테스트 하는 방법
- 구글의 모바일 친화성 테스트
https://search.google.com/test/mobile-friendly?hl=ko
* 모바일 접속여부 확인 - Javascript
http://dol2156.tistory.com/237
* Spring Mobile
'SW개발' 카테고리의 다른 글
Maven Update 후 자바 버전이 바뀌는 현상 해결 (2) | 2018.05.03 |
---|---|
Eclispe / Could not transfer artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.5.1 from/to central (0) | 2018.04.29 |
mahout 설치 (0) | 2018.01.23 |
'미디어 스타트업'을 중심으로 관련 용어 정리 등 (0) | 2018.01.10 |
InvalidDataAccessResourceUsageException: could not retrieve snapshot (0) | 2017.08.12 |