Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

javascript - IOS safari : clipping of iframe when using transform3d -


people have found means make div scrollable on ios devices using css transforms. have issue iframes on ios safari, whereby if try , use css3 transforms scroll content in iframe, resulting content clipped rendered first on screen. works fine on android devices, , works on divs on ios, not iframes. appears bug in safari webkit implementation. i've tried increasing height of iframe larger content contained within, , ensured overflow enabled on iframe.

has been able come workaround? i'm absolutely in-need of iframe remote content, last resort proxy content through server sided page, , inject javascript in order perform translate3d on child's body tag: seems work.

images - after translate 3d (notice clipping) :

http://imgur.com/sefqv.png

sadly don't have answer you, general opinion seems to stay away iframes in ios safari; support buggy. second approach of using server side proxy remote content, assuming lock down trusted third party content.

also aware of apparent width limitation on 3d transformed divs in ios 4.2 safari - found cut off @ 122,900 pixels (this "feature" not present in ios 3.2)


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -