Changeset 38664

Show
Ignore:
Timestamp:
11/08/10 11:20:17 (3 years ago)
Author:
NeoCat
Message:

Fix iPhone focus problem of tweet textarea

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/twicli.js

    r38653 r38664  
    445445        $("tw").style.top = $("tw2").style.top = $("re").style.top = h+mh+3+exh*4 + opt; 
    446446} 
    447 window.onresize = function(){ setFstHeight(null, true); } 
     447if (navigator.userAgent.indexOf('iPhone') < 0) 
     448        window.onresize = function(){ setFstHeight(null, true); } 
    448449// 発言文字数カウンタ表示・更新 
    449450function updateCount() {