I\'m currently making an android application for a forum, basically it just loads the website in a webview and that works fine and all, but I\'m trying to add an option to v
Use webview.getSettings().setUserAgent(int); in the int parameter ,0 is a mobile browser while 1 is desktop browser