Mobile Compatibility: traditional website look vs native application ?
Posted
by
Siddiqui
on Programmers
See other posts from Programmers
or by Siddiqui
Published on 2012-06-25T18:19:31Z
Indexed on
2012/06/25
21:23 UTC
Read the original article
Hit count: 202
I have a question related to mobile compatible websites, I have seen two type of websites
One in which they adopt traditional website look and adjust website according to mobile screen, if they have lot of information which can not be adjust according to screen then they expand the height of page, so that user can scroll the page to see more information...
In the second approach they used native application look means use navigation-bar, tab-bar, tool-bar, scroll-view just like in native applications. Height and width of page adjust according to screen size, if they have more information then they use scroll-view etc...
My question is: which approach is better then other, in which approach you feel more comfortable to use website.
© Programmers or respective owner