arrk-maheshm / oauth-adapter

Automatically exported from code.google.com/p/oauth-adapter
0 stars 0 forks source link

Maybe webview could have height and widht of the device ? #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
   I am starting a twitter integration in a iPad app and I think it would be a good idea to change lines 274 and 275 from 

            width: 310,
            height: 450,

to

            width: Titanium.Platform.displayCaps.platformWidth,
            height: Titanium.Platform.displayCaps.platformHeight,

It would work on any device, iPad, any Android devices and later on Android 
Tablets and Blackberry, etc.

Is there a way I could push updates ?

I would also correct a few things so Titanium throws no warnings...

Original issue reported on code.google.com by jipibo...@gmail.com on 22 Jul 2010 at 9:33

GoogleCodeExporter commented 8 years ago
jipiboily,

changing the width and height to be device independent makes a lot of sense, 
good thinking!

I think that it would be great of you to share your modified files - so if you 
are still willing to do so, go ahead. I know that I can't be the only one who 
gets annoyed by all these warnings while compiling :)

Original comment by k.satirli on 8 Oct 2010 at 8:24