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

Downloadlinks in webapp

1 Answer 30 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.
OfficeHeart
Top achievements
Rank 1
OfficeHeart asked on 17 Dec 2012, 02:51 PM
Hello,

I use Icenium Mist to package my mobile webpage:

<script type="text/javascript">
            window.location='http://m.myssite.nl';
        </script>

Works great!

No I have a download link in my webpage. How can I make this work?

Thanks,
Martin


1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 17 Dec 2012, 05:21 PM
Hi Martin,

What happens here is that application view is redirected to that site and it is no more hybrid application... and this have some limitations not only the downloads:

First JavaScript bridge used to enhance html applications and access native APIs is no more there.

Second Apple will not approve such application if you intend to publish it on App Store.

Third the application performance over slow mobile network will be much better if you make a hybrid application and only consume data. This can be done using Kendo Mobile for example with pages, scripts, image and all resources in Icenium and call the server for data, authentication or other back-end methods using ajax requests.

Kind 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
OfficeHeart
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or