BigZaphod / Chameleon

Chameleon is a port of Apple's UIKit for iOS (and some minimal related frameworks) to Mac OS X.
http://chameleonproject.org/
BSD 3-Clause "New" or "Revised" License
3.45k stars 570 forks source link

MapKit #23

Open ghost opened 13 years ago

ghost commented 13 years ago

The MapKit framework is missing.

jakemarsh commented 13 years ago

Would like to hear people's thoughts on this one. Should it use a WebView with some scripting hooks and Google Maps Web APIs? Might be able to even pull off smooth scrolling and momentum if done correctly.

Anyone else have any suggestions?

BigZaphod commented 13 years ago

One potential issue is that WebView (and thus UIWebView) on 10.6 doesn't work all that well when it's layer-backed, which is how Chameleon uses it. Maybe it'd be "good enough" for this, though, I don't know. Just FYI. (Related: If anyone knows how to make WebView behave better, that'd be awesome too. :P)