jQuery dialog box not working properly on Android -


i having issue jquery dialog box on specific versions of android. have used phonegap build app, have noticed works on browsers , android 4.0.3.

however, when try load in 2.2.3, scroll not seem work. can please have @ code below see why not, have done lots of research , tried various things suchs scrollx: true, overflow: scroll etc. call function on click of button:

var $upgrade = $('<div></div>') .html('<p>lots of text goes here</p>') .dialog({     autoopen: false,     height:270,     width: 400,     title: 'upgrade' }); 

thanks in advance

i found simplest , effective solution reduce jquery font-size down 11px, fitted nicely within set box size , still readable.

<div style="font-size:11px;"></div> 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -