I am newbie and devloping application in netbiscuit first time . I have created standard and custom application. Backed URL is also working fine. I have put application at Apache Tomcat server. Application runs fine at desktop browser and mobile browser.
When user request using given URL, I want to detect whether given URL is running on mobile browser or desktop browser. The URL used on desktop and mobile is same.Based on the detection redirect the application to the different folders. The desktop and mobile folders will be different. The folders will be having the different layouts. On desktop browser it will display layout and components different . On Mobile browser it will display layout and components of mobile folder application.
How to write code for detection of desktop or mobile browser? Help will be appreciated. Thanks in advance.
netbiscuit developer.