Opened 5 years ago
Closed 5 years ago
#18762 closed defect (invalid)
ListItem moveTo
Reported by: | IsraelLopez | Owned by: | IsraelLopez |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX Mobile | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello I have done a little web app with dojox mobile, everything works perfect in most devices I found a combination where moveto action of ListItem? does not work.
I android is 4.4.4 and Chrome 46.0.2490 I have tried in other android and pc and it works. If try in the same devices with another browser works fine, my problem is with Chrome.
I am using dojo 1.10
This is part of my code.
I hope somebody can help
<!DOCTYPE html>
<html> <head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/> <meta name="apple-mobile-web-app-capable" content="yes"/>
<link rel="stylesheet" href="../1.10/dojox/grid/resources/Grid.css"> <link rel="stylesheet" href="../1.10/dojox/grid/resources/claroGrid.css"> <link rel="stylesheet" href="css/estilo.css">
</head> <body style="visibility:hidden;">
<div data-dojo-type="dojox/mobile/Heading">
<table cellpadding="0" cellspacing="0" style="width:100%;">
<tr>
<td align="center">
<div data-dojo-type="dojox/mobile/TabBar" data-dojo-props='barType:"segmentedControl"' style="margin:auto;">
<div data-dojo-type="dojox/mobile/TabBarButton" data-dojo-props='selected:true,moveTo:"vwCom"' >Comentarios</div> <div data-dojo-type="dojox/mobile/TabBarButton" id="btn_perfil" data-dojo-props='moveTo:"vwPer"' >Perfil</div>
<div data-dojo-type="dojox/mobile/TabBarButton" data-dojo-props='moveTo:"vwAdi"'>Adicional </div>
</div>
</td>
</tr>
</table>
</div>
<div id="vwCom" data-dojo-type="dojox/mobile/View">
<div id="grid"></div>
</div>
<div id="vwAdi" data-dojo-type="dojox/mobile/View">
<ul data-dojo-type="dojox/mobile/Edge
Change History (2)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | changed from Patrick Ruzand to IsraelLopez |
Status: | new → pending |
comment:2 Changed 5 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
dojox/grid was really never intended to work on mobile. Is there a reason to not use dgrid for this? ( http://dgrid.io/ )