First, I apologize if this is the wrong place to post this but I
didn't see a forum for this kind of question...

I have tried every hack that I can find and think of and nothing seems
to work.  Webkit on the iPhone works perfectly by using
window.innerWidth from javascript but I can't seem to find any way
possible to get this value in androids implementation of webkit...
This is really unfortunate as I am working on a bookmarklet that
scales it's buttons/toolbar to always show the same physical size no
matter what zoom level the page is at.  This works flawlessly on the
iphone but not at all on android due to window.innerWidth always
giving the documents clientWidth...  Is there maybe some hidden object
exposed to us that we can use to calculate the required info?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to