pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

problem with selectmenu

Image

In above screenshot that is the select menu. It display two cityname combine in selectmenu at page show.after value change it display one cityname.

I write follow code at page show:
var $select = Appery("selectmenu");
$select.find('option[value="' + localStorage.getItem("c") + '"]').attr("selected", true);
$select.selectmenu("refresh");

Why it shows two vlaue?
I want only onecityname.how it possible??
This problem occur after change my lib. version.from 1.2 to 2.0.

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

problem with selectmenu

This problem only display in mobile.But In browser it work very perfectly.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

problem with selectmenu

Hi Pritu,

So it works on desktop browser and doesn't work on mobile, right?
How do you test it on phone? Di you install app or test in browser?
What is the OS on your device?

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

problem with selectmenu

yes, you are Right!!!!
I have intex cloud y2 and version 4.2.2 jellybean device.
I installed app in my device and check in that

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

problem with selectmenu

Please clarify how to reproduce this problem.

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

problem with selectmenu

It work perfectly when i used lib ver.1.2,
I changed my lib ver to 2.0.after this problem occured only in my mobile not in browser.
In select menu i want only one value.But it display two value at at time.
How to solve this problem.
I used code that i post in my question.
please check this problem in mobile only.because this problem comes in mobile

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

problem with selectmenu

We need your public app link and steps to reproduce.

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

problem with selectmenu

http://appery.io/app/mobile-frame?src...
this is public link
but please check in mobile.
It perfect in browser,but problem in mobile..
I also share my app,the name is"df".

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

problem with selectmenu

Please post step by step guide on how to reproduce this issue.

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

problem with selectmenu

please install my app in any device otherwise you can't understand what is my problem.
after open my app
1.first select any city from popup page.
2.first page had header,in header had one select box in middle.
3.select box had city list.
problem is that the select box had two city name.
I want only one city name.
why display like this??
how to display one name??

this problem comes because of lib version change.
If i set libversion 1.2 then it will perfect.
But If i set lib version 2.0 then this problem occur.

Return to “Issues”