[TIMOB-1185] expose UIScreen so iPad applications can support the VGA adapter
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2011-04-15T02:46:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | adapter, ios, ipad, uiscreen, vga |
Reporter | Jason Stahl |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:46:10.000+0000 |
Updated | 2017-03-03T06:45:02.000+0000 |
Description
I would like my iPad application to support displaying content to an external device using Apple's VGA adapter. It would be great if Titanium Mobile exposed UIScreen to make this easy.
See the section on "Support for External Displays and Projectors" at http://developer.apple.com/iphone/library/documentation/General/Conceptual/iPadProgrammingGuide/AboutThePlatform/AboutThePlatform.html"> http://developer.apple.com/iphone/library/documentation/General/Con...
This is also supported on iPhone 4 and iPod touch 4G. Its also not just for the VGA cable, its for the composite and component cables as well.
I would love to see this added soon!
Need to know if there's ongoing work for supporting this. Assigning to Ralf so he can handle the needs-more-info.
I would also LOVE, LOVE to see this added to Titanium Mobile
I think it would go a long way to even just support a simple "mirror display" feature that mirrors the current display to the external display connected via the Apple VGA adapter.
I just found 3 different approaches (with source code!). Possible you guys could just pick one of these approaches and implement it! Please, please! One of the approaches simply takes a screenshot every 0.25 seconds and pipes it to the external display, which is kind of a novel approach and seems conceptually simple.
3 different ways to do mirroring, with source code:
1) http://code.google.com/p/iphoneos-screen-mirroring/">http://code.google.com/p/iphoneos-screen-mirroring/
2) http://realprogrammersdontgarbagecollect.blogspot.com/2010/08/using-external-vga-connector.html"> http://realprogrammersdontgarbagecollect.blogspot.com/2010/08/using...
3) http://mattgemmell.com/2010/06/01/ipad-vga-output">http://mattgemmell.com/2010/06/01/ipad-vga-output
You guys should offer a bounty/sponsor option for features like this! I know some people that would drop $1,000 to sponsor this feature in a heartbeat!
A simple mirroring is all i need, too. I have teachers who want to hook their device up to a projector to teach a whole class at once.
I would imagine mirroring would satisfy a significant majority of needs. I would vote that it's a good first step as well.
I saw that Kincy Clark updated this helpdesk ticket: http://developer.appcelerator.com/helpdesk/view/49781#c326911">http://developer.appcelerator.com/helpdesk/view/49781#c326911 and said you guys have a module for this? any idea when it will be released? Thanks.
Closing ticket due to time passed and irrelevance.