App/Font size is tiny on tablet

I have been developing in a desktop browser, where the app/font size has looked fine.

I now transferred the app to an android tablet (1280x800), and the app/font size is tiny.

I hope this can illustrate this:

http://www.bauerapps.com/files/mobile1.png

I would like the font size to be about 2x as much through out the entire app.

http://www.bauerapps.com/files/mobile2.png

How can I achieve this? Thanks

Try to add the next line before creating UI

webix.ui.fullScreen();

or just add the next meta tag to the page

<meta name="viewport"
   content="initial-scale=1, maximum-scale=1, user-scalable=no">