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

Intermittent Button Responsiveness Problem

3 Answers 67 Views
Button (Mobile)
This is a migrated thread and some comments may be shown as answers.
AGS
Top achievements
Rank 1
AGS asked on 10 Dec 2014, 06:27 AM
Dear All,

We are currently developing a simple prototype as part of our evaluation for Kendo UI mobile.  We came across a strange problem when we implement it with RequireJS.  The UI is fairly simple, a list view with a "button" on the header which will launch a modal window.   However, when the app is loaded on the mobile phone (iPhone), the button fails to launch the modal window intermittently.

In addition to that, trying out the same code without RequireJS works perfectly fine.

Is this a know problem when integrating RequireJS with Kendo UI?  
Thank you so much in advance!

Regards,

Art

==================================================================================================
The declaration of the button goes like this:
    <a data-role="button" data-rel="modalview" href="#modalViewSample" data-align="right" data-icon="compose"></a>

While the definition of the modal window is in another html file which goes like this:
   <div data-role="modalview" id="modalViewSample" data-model="APP.modalViewSample.model" data-init="APP.modalViewSample.events.init" style="display:        none" data-width="80%">
       <div data-role="header">
           <div data-role="navbar">
               <span data-role="view-title">Shipment Order</span>
               <a data-role="button" data-bind="click: close" data-align="right" data-icon="close"></a>
           </div>
        </div>
      </div>
==================================================================================================




3 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 13 Dec 2014, 10:12 AM
Hello,

this does not sound like a known issue. you may examine the developer console for any errors - this should give you more clues on what goes wrong. 

On a side note, please post your Kendo UI related questions in the respective forum. the UI for iOS is a different product. 

Regards,
Petyo
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Anthony
Top achievements
Rank 1
answered on 18 Feb 2015, 09:00 AM
"the UI for iOS is a different product. "

Just to ask, what did you mean by this? Doesn't Kendo mobile target iPhones?
0
Petyo
Telerik team
answered on 19 Feb 2015, 04:47 PM
Hello Anthony,

Please check this link.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Button (Mobile)
Asked by
AGS
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Anthony
Top achievements
Rank 1
Share this question
or