Telerik Forums
Kendo UI for jQuery Forum
1 answer
90 views

Hi,

I'm have a remote view which I'll name here "multiplelocalviews.html" with multiple local views...example below:

<div data-role="view" id="LocalView1" data-layout="default" data-reload="false">

Local View 1 

</div>

 <div data-role="view" id="LocalView2" data-layout="default" data-reload="false">

Local View 2

</div>

 <div data-role="view" id="LocalView3" data-layout="default" data-reload="false">

Local View 3

</div>

When I try and navgiate to a particular local view in this remote view from a different page the app seems to navigate to the correct view then change to Local View 1.

I've tried to navigate using both the following methods:

<a href="multiplelocalviews.html#LocalView1" data-role="button" data-ajax="false" style="width: 100%">Local View 1</a>
<a href="multiplelocalviews.html#LocalView2" data-role="button" data-ajax="false" style="width: 100%">Local View 2</a>
<a data-click="localViewThree" data-role="button" data-ajax="false" style="width: 100%">Local View 3</a>

function localViewThree() {
    app.navigate("multiplelocalviews.html#LocalView3");
}

But neither seems to work.

Any advice?

 

Thanks

Petyo
Telerik team
 answered on 12 Jul 2015
3 answers
59 views

is there a way to make kendo work with angular ng-view and using angular routing to load remote views and controllers

 

for example have something like

<body ng-app="App" ng-controller="AppCtrl" kendo-mobile-application >

    <div class="styleView {{pageClass}}" ng-view kendo-mobile-view></div>

</div>

and routing be something like this

App.config(['$routeProvider',
    function ($routeProvider, $locationProvider) {
        $routeProvider.
                when('/group/:id', {
                    templateUrl: 'pages/group/group.html',
                    controller: 'ctrl_Group'
                }).
                when('/Welcome', {
                    templateUrl: 'welcome.html',
                }).

 

if it is not possible is it posible to have scrollview without initializing kendo-mobile-application?

Petyo
Telerik team
 answered on 04 Jun 2015
6 answers
121 views

Hello,
In our application, in case the user clicked a certain button, we need to go back two screens. We do this with the following code:

                    app.navigate("#:back");
                    setTimeout(function(){
                        app.navigate("#:back");//to budget edit
                    }, 0);
                }
Testing this code works well on Chrome. It also works well in our tests on iPhone. However in our tests on Android (Nexus 7) it fails and only the first app.navigate("#:back") is executed. Meaning our app fails to bring the user to the correct view. Do you have any idea what might be the cause and how can we handle it?

Thanks,

Ron.

Ron
Top achievements
Rank 1
Veteran
 answered on 02 Jun 2015
8 answers
412 views
Basics of what I am doing (Destroying and recreating)
Destroy  $('#gmap3_container').gmap3('destroy').remove();
Create    $('#tabstrip-home').append('<div id="gmap3_container"></div>');

I basically have a map that I want to destroy when the view leaves and append it back when the view is opened.


 The Problem:
Now this below works if data-stretch is off, but with it enabled, there are problems appending the object back into the view once it's been initialised. I am wondering if I can apply data-stretch specifically to the style of the gmap3_container somehow?
           

My view:

<div data-role="view"  id="tabstrip-home" data-title="Map" data-init="startMap" data-stretch="true">
<div id="gmap3_container"></div>
</div>





Petyo
Telerik team
 answered on 01 Apr 2015
1 answer
32 views
We ran into a problem on a specific customer device - where views are not displayed properly - it seems that only half of the screen is shown and the rest is empty. This seems to work fine on most devices we tried - including the same type of device. Sometimes (quite often for this user) - the app only occupies the bottom half of the screen and does not display the entire view. 

Details:

kendo version: v2014.3.1119
apache cordova (phonegap) 3.6.4
Android 4.4.2
Samsung Galaxy S4

We tried it on another Galaxy S4 and it works for us just fine.

We are not sure if this is Cordova related, kendo-ui related or something related to how we use kendo-ui.

Any ideas / help would be appreciated.

Ron
Petyo
Telerik team
 answered on 21 Mar 2015
1 answer
146 views
Hi all.

Could you tell me how to change default Kendo Mobile Loader Image (the one with three vertical 'dancing' bars)? Thanks
Petyo
Telerik team
 answered on 17 Mar 2015
1 answer
62 views
Hi,
The following link suggests us to disable the hardware acceleration on Android 4:
http://docs.telerik.com/kendo-ui/mobile/performance#disable-hw-acceleration-in-android-4

We have the following questions:
1) As we (and our users) noticed, as a result of disabling this feature the app is not working smoothly. What alternatives can you suggest us that will allow us to keep it disabled without damaging the user experience?
2) Should it also be disabled for android 5? (The link above only refers to android 4)

Thanks.
Petyo
Telerik team
 answered on 16 Feb 2015
3 answers
462 views
 Hi :)
I`m completely new with Kendo UI , I need  to know how to pass parameters between 2 Pages Using Kendo . 
and please i need to useful tutorials for Dealing with  Kendo  .
thaaanks . 
Kiril Nikolov
Telerik team
 answered on 11 Feb 2015
7 answers
68 views
We have a complex application using kendo ui mobile framework. Today we discovered a new problem for a very specific scenario.
Our development environment uses Chrome browser (Version 40.0.2214.93 m). We are using a datasource that is bounded to local array. In a certain view the user is updating this datasource (using the datasource set api). After the change, if we click on the back button to return to the previous view, the entire app reloads, as if the entire page URL was reset. A few important remarks:

1 The datasource error gives nothing and the update seems to work well. It is only when we use app.navigate("#:back") that the problem appears
2. If instead of app.navigate("#:back") we navigate to the previous page with app.navigate("prev-view-id") it works correctly and there is no problem
3. We are using version: telerik.kendoui.professional.2014.3.1119.commercial
We also tried the latest version and got the same result (telerik.kendoui.professional.2014.3.1316.commercial)
4. We found out that the problem is only with Chrome browser. It all works well in IE & firefox browsers as well as on iPhone (5s) and Android (nexus 7) devices

Since our development environment is using Chrome we will appreciate any assistance solving this problem.
Alexander Valchev
Telerik team
 answered on 11 Feb 2015
1 answer
41 views
Hi,

Help, I'm a nood in Kendo UI.

I want create a new app kendo UI with VS 2012 ASP.NET. I changed the sample tamplate and added some custom menu itens.

But, I don't know how create a new soluction and work with the Kendo UI componentes.

See my template at http://app.menphis.net.br/ftp/ak (click the button to see the menu).

I dont know how create the references and I don't know the name of the "MENU" object to use.

I'm using the last version!

Jefferson
Petyo
Telerik team
 answered on 26 Jan 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?