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

HTML Select Element & AppBuilder Simulator - Unexpected Behaviour

1 Answer 22 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.
Sean
Top achievements
Rank 1
Sean asked on 27 May 2016, 06:02 PM

When running my App within AppBuilder Simulator, all HTML Select Elements when clicked/touched instantly close and so it is not possible to make a selection.

All similar functionality is working/testing OK in all Browsers.

 

The setup:

I have li's containing Label, Span, Select, with a ul set to data-role="listview"

 

Example:

<ul class="form-content" data-role="listview" data-style="">
                <li class="form-content-item pfa-field-dd">
                    <label label class="km-label-above">
                        <span>Location</span>
                        <select id="booklocation" class="car-select" name="booklocation" data-bind="value: bookSpaceDetailsModel.fields.booklocation" required>
                        </select>                       
                    </label>
                </li>  
...

*Note: Option elements in this example are being set via JS, though in more 'hard coded options' scenarios the same 'unexpected behaviour' happens when viewing in emulator?!?

 

Suggestions and help to solve this are much appreciated : )

 

Thanks

Sean

 

 

 

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 01 Jun 2016, 01:24 PM
Hi Sean,

I tested this scenario and reproduced the problem in the desktop simulator. We logged it in the backlog for fixing but I can't give you a timeframe for the fix availability. In the meantime, you can test the select if deploy your app on a device or if you import your project into the the AppBuilder in-browser client. 

Additionally, keep in mind that the look and feel of the select element is completely different on mobile devices, so it is best to test their behavior on the device.

Regards,
Tsvetina
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
General Discussion
Asked by
Sean
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or