Page 1 of 1

control region size

PostPosted: 09 Feb 2016 17:01
by gbh100
I have a JQuery application that is currently running fine on desktop browsers and I am trying to make a mobile version that automatically runs when a mobile device attaches. I branch to the mobile login screen from the IWAppFormCreate method in my login screen. Everything seems to work fine when I debug on a browser on my desktop that is scaled to be a smaller window like a phone. When I run the application on a phone the pages operate fine but are very small. How can I control the screen sizes that appear on the mobile device or is my method just flawed in some way? Is there a better way to achieve this?

Re: control region size

PostPosted: 10 Feb 2016 10:00
by Alexander Bulei
Hi gbh100,

You are running mobile suite, right?
And not mixing the desktop components with mobile?

Best Regards.

Re: control region size

PostPosted: 10 Feb 2016 14:17
by gbh100
All the elements of the units I am referring to are from the mobile suite. The application is mixed with units from both mobile and not. Is that OK or do I need a complete mobile application that runs separately?

Re: control region size

PostPosted: 10 Feb 2016 15:33
by Alexander Bulei
Hi gbh100,

The main rule is NOT mixing the components in same form.
I think there is no problem if you are using the mobile and desktop on same project, and then switch when needed.
But it depend how are you loading the theme of desktop version.
In other words, you need be careful with NO mixing the themes.

And note, the mobile form must have the correct structure of page.

Best Regards.