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

Mobile definition files

1 Answer 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Seyfor
Top achievements
Rank 1
Seyfor asked on 12 Sep 2016, 10:52 AM

Definition for init method in kendo.mobile.ApplicationOptions is missing:

interface ApplicationOptions {
        browserHistory?: boolean;
        hideAddressBar?: boolean;
        updateDocumentTitle?: boolean;
        initial?: string;
        layout?: string;
        loading?: string;
        modelScope?: Object;
        platform?: string;
        retina?: boolean;
        serverNavigation?: boolean;
        skin?: string;
        statusBarStyle?: string;
        transition?: string;
        useNativeScrolling?: boolean;
        init?(): void;   //missing!!
    }

1 Answer, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 14 Sep 2016, 07:37 AM
Hello Matjaž,

Thank you for reporting this.

I will add the init event in the ApplicationOptions interface.

The event will be available in a future release.

Regards,
Stefan
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
General Discussions
Asked by
Seyfor
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or