i am new to hybrid mobile app. I have some experience in website development using html5, css, javascript.
I wish to ask, if i wish to create a hybrid mobile app, do my code need to be mobile responsive first so that it will display correctly like a mobile responsive site on mobile phone?
Hope someone can help to advice me on this.
Example, if i create a website that have a login form that are not mobile responsive, if i use that code to create my hybrid mobile app, will it work properly?
Yes, a RWD web page is recommended, because your app could be runs on Tablet.
And also, you should test your page on In-App Browser.
Log-in, session, etc. are controlled by web server, there is nothing about your app in this part.