AlaskanShade / DGManager

DGManager.NET is a management utility for managing GPS data and geotagging photos.
http://alaskanshade.github.io/DGManager/
1 stars 0 forks source link

Embedded browser doesn't work with Maps API v3. #1

Open AlaskanShade opened 8 years ago

AlaskanShade commented 8 years ago

Internal browser seems to be forced to run IE 6 or 7 which causes script errors. I tried registry settings to force it into edge mode, but I haven't had any luck yet. I will look into using an embedded version of Chrome instead.

AlaskanShade commented 8 years ago

I have added CEF (https://github.com/cefsharp/CefSharp/wiki/Quick-Start) to the project and it seems to be working. The only odd part is having to choose a CPU architecture instead of leaving it as AnyCPU. For now, it compiles as 32 bit. I will do some testing before adding a release to Source Fourge.

AlaskanShade commented 8 years ago

Commit be1755fb2a72bfad8b5ad55f57479787b4972627 switches browser to embedded Chromium