Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to disable mobile autozoom on focus in TextField

    Hi All,

    I've a problem with mobile device autozoom function. When I focus a TextField, android do a zoom of my view, but my layout is static and all becomes wrong....

    So I've tried with this meta-tag in my index file:

    Code:
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
    but this line not prevent autozoom on focus field...

    Is There a property that I could set in TextField?
    Any workaround?

    I've smartgwt 5.0p

    Thx

    #2
    Take a look at the Mobile Development overview in the "docs" package in Javadoc.

    Comment

    Working...
    X