You can make your whole application to be either ‘Mobile’ or ‘Tablet’ based, irrespective of the device it gets rendered. This is possible by setting either ‘data-ej-mobile’ or ‘data-ej-tablet’ as “True”. When you set any one of these attributes as “True” it render the whole application with UI, specific to the mode that you have enabled. Refer the following code example. Option 1: When you want the application to be mobile specific. HTML<head data-ej-mobile="true"> <!-- Your code here --> </head> Option 2: When you want the application to be tablet specific. HTML<head data-ej-tablet="true"> <!-- Your code here --> </head>
|
This page will automatically be redirected to the sign-in page in 10 seconds.