This is a migrated thread and some comments may be shown as answers.

Will exported app running on a web server work the same?

1 Answer 25 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jesse Herrera
Top achievements
Rank 1
Jesse Herrera asked on 25 Jan 2013, 07:59 PM
I searched the forums but didn't find a reference to this subject so I apologize if I am repeating this question.

I exported my application and then placed the files on my IIS web server. I noticed when I accessed it from my phone it didn't look like it does in ION or the emulator. My login screen was a tiny form in the middle of the screen instead of taking up the full dimensions of the phone. I was wondering if I was missing some configuration options or if the exported app will not run the same from a web server as it does via ION.

1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 28 Jan 2013, 12:44 PM
Hello Jesse,

you can add viewport meta tag in <head> section of your index.html file.

Example:

<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, target-densitydpi=device-dpi" />

More info on the viewport meta tag at Apple Developer documentation.

Regards,

Jordan
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
General Discussion
Asked by
Jesse Herrera
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or