Telerik Forums
Kendo UI for jQuery Forum
4 answers
46 views
I have a listview bound to a list of audits that a user must carry-out. When an audit is clicked in the list another listview is shown on page 2 with the details of the audit that need to be taken care of. Once a detail is selected from within that list there is a detail form on a third page. I use app.navigate to drill-down to the detail that needs to be address. The problem is that when I click the back button (standard back button as in examples) the app navigates to the initial page rather than the 2nd page.

I can't figure out how to address this problem. 
jwize
Top achievements
Rank 1
 answered on 16 Jan 2015
7 answers
119 views
Since the Q3 release our code for navigation has become less than reliable.

We used to use app.pane.history to figure out the context of where we are in the application and navigate based on this information. It seems that now app.pane.history only contains one entry of the initial view.

Is there an alternate way for us to figure out where we are in the navigation and use that for our needs?

Thanks,
  Ron.
Petyo
Telerik team
 answered on 03 Dec 2014
1 answer
32 views
Good day! 
I had a problem in a hybrid application for android. 
To display the content of the resource (Assets) used WebView when navigating

kendo.app.navigate('Content/index.html')

navigation succeeds. When you set the parameters

kendo.app.navigate('Content/index.html?type=0&param=10')

opening page does not occur. How to fix.
Used kendo version 2014.1.416

Debugging information at runtime:
10-24 10:36:57.673 D/dalvikvm(17324): GC_EXPLICIT freed 0K, 10% free 5320K/5859K, paused 1ms+2ms
10-24 10:36:58.424 D/dalvikvm(17324): GC_EXPLICIT freed 0K, 10% free 5320K/5859K, paused 1ms+2ms
10-24 10:36:59.735 D/dalvikvm(17324): GC_EXPLICIT freed 4K, 10% free 5322K/5859K, paused 2ms+4ms
10-24 10:37:00.085 D/memalloc(17324): /dev/pmem: Mapped buffer base:0x60a41000 size:33251328 offset:32727040 fd:127
10-24 10:37:00.145 D/memalloc(17324): /dev/pmem: Mapped buffer base:0x57540000 size:524288 offset:0 fd:133
10-24 10:37:00.616 D/dalvikvm(17324): GC_EXPLICIT freed 17K, 9% free 5375K/5859K, paused 2ms+2ms
10-24 10:37:01.276 D/memalloc(17324): /dev/pmem: Mapped buffer base:0x57b00000 size:1048576 offset:524288 fd:136
10-24 10:37:01.557 D/dalvikvm(17324): GC_EXPLICIT freed 2K, 9% free 5372K/5859K, paused 2ms+3ms
10-24 10:37:02.358 D/dalvikvm(17324): GC_EXPLICIT freed 0K, 9% free 5372K/5859K, paused 2ms+3ms
10-24 10:37:04.119 D/memalloc(17324): /dev/pmem: Unmapping buffer base:0x60a41000 size:33251328 offset:32727040
10-24 10:37:04.129 D/memalloc(17324): /dev/pmem: Unmapping buffer base:0x57540000 size:524288 offset:0
10-24 10:37:04.129 D/memalloc(17324): /dev/pmem: Unmapping buffer base:0x57b00000 size:1048576 offset:524288
10-24 10:37:04.319 D/chromium(17324): Unknown chromium error: -6
Petyo
Telerik team
 answered on 27 Oct 2014
1 answer
372 views
How can i change the color of the loading indicator in css?
I changed almost all colors, but still the teal color shows when loading.

TIA
Alexander Valchev
Telerik team
 answered on 22 Aug 2014
2 answers
68 views
Hi,

I want to develop a web based application which runs in a browser of a tablet.
I read about Kendo UI SPA (Single Page Applications) and also kenod.mobile.application.

Which one I should take?
What is the difference between kenod.mobile.application and SPA?

Thanks for any information!

T.
Top achievements
Rank 1
 answered on 18 Aug 2014
9 answers
200 views
Hello,

I am using app.navigate("homepanel.html") onClick event of a button from a login page..
On navigation to the homepanel.html, its contents are not displayed. Only the header and footer is displayed.
If I go directly to the page, everything works well and I see all the contents on the page. 
Please help to resolve this issue. I have attached the code for homepanel.html

Thanks for your time and help.


Kiril Nikolov
Telerik team
 answered on 11 Aug 2014
1 answer
137 views
Hello,

Is there a simple example of how to navigate between different pages?

I am using version telerik.kendoui.professional.2014.1.528.trial and even on simple examples of traversing between pages using href or app.navigate, either I loose the style or the content of the pages.
No issues if I just go directly to the pages.

Thanks for your time and help.


Petyo
Telerik team
 answered on 01 Aug 2014
1 answer
176 views
I want to call a long-time running server-side job. During the process, I am going to refresh a log table in the client-side. Because of some concerns about platform and user experiences(with regard to browser, HTML5 support and etc.), as far as possible I want to get ride of WebSocket and SignalR programming. 
In this case the first solution is, in an interval, client connects to the server and read a log file and show in HTML.

I want to know is there any ready solution using KendoUI controls and functionalities?

Thanks of all,
Hedayat
Kiril Nikolov
Telerik team
 answered on 26 Jun 2014
1 answer
46 views
Hi,

I am currently developing a Blackberry app using the Kendo-ui mobile and cordova. 

On load i create a kendo.mobile.Application with the platform set to Blackberry to set the css to mimic the native environment. However we prefer the look an feel of the loading activity spinner for the other platforms; 'window.app.showLoading()' particularly the iOS version.

Is it possible to make the spinner inherit the look and feel of another platform whilst keeping the base platform 'Blackberry'?

Ideally when we call window.app.showLoading(); i would like it to use the css for iOS. 

Is this possible and if so how?

Thanks ahead.
 
Kiril Nikolov
Telerik team
 answered on 22 May 2014
2 answers
35 views
I'm developing our first Kendo Mobile app and run into an issue with Safari in iOS7. 

When I perform a $.ajax request (see below) to verify the usercredentials, the iPhone/iPad Network Activity Indicator starts spinning and does not stop. The indicator even keeps spinning after I shutdown webpage with the Kendo app. I have to remove the websitedata via the Settings menu to stop the Indicator from spinning.

          var request = $.ajax({
            url: webapiEndpoint() + '/authenticate/login?' + urlParameters,
            type: 'GET',
            contentType: "application/json",
            data: '',
            dataType: 'json',
            processData: false
         });

         request.done(function ( data ) {
            app.navigate(activePage);
         });

         request.fail(function ( error ) {
            app.navigate(loginPage);
         });

The $ajax request receives the correct response from the WebApi and shows the appropriate page. Are you aware of any issue with iOS7 Safari that causes this strange behavior? Other $.ajax requests result in the same issue, so it is not this specific request that is causing the problem.









Remco
Top achievements
Rank 1
 answered on 21 May 2014
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?