|
POST
|
ArcGIS Online has made a fix and it will be published soon.
... View more
08-22-2024
02:31 PM
|
1
|
2
|
5726
|
|
POST
|
Attached a runnable sample. I left the "old" WebBrowser class in there too so you can compare the differences. They are mostly pretty minor
... View more
08-22-2024
09:44 AM
|
1
|
0
|
5738
|
|
POST
|
GeoBlazor is awesome, but I don't believe it supports offline, since it's just a blazor wrapper of the JS API.
... View more
08-22-2024
08:47 AM
|
0
|
0
|
2885
|
|
POST
|
I can reproduce the issue. Looks like the oauth dialog made a change making it incompatible with WPF's default Internet Explorer browser. I've started an issue internally to see if we can't get that fixed. You could look into using WebView2 instead of the default browser control which doesn't seem to be affected.
... View more
08-22-2024
08:41 AM
|
2
|
4
|
5758
|
|
POST
|
You can't host MAUI UI Controls inside the Blazor pages (AFAIK it only works the other way around that you can host the BlazorWebView inside a XAML page)
... View more
08-21-2024
08:55 AM
|
1
|
0
|
2912
|
|
POST
|
Did you see this sample? https://github.com/Esri/arcgis-maps-sdk-dotnet-samples/tree/main/src/WPF/WPF.Viewer/Samples/SceneView/AnimateImageOverlay
... View more
08-16-2024
02:26 PM
|
0
|
0
|
1510
|
|
POST
|
Could you zip up a running project and attach here, so we can try and reproduce your issue? It's a little hard to gauge from the small screenshot what the expectation and behavior is.
... View more
08-08-2024
10:20 AM
|
0
|
0
|
1591
|
|
POST
|
Apart from overriding the symbol or rendering a second symbol in a graphic overlay to highlight it, I can't think of any no.
... View more
08-08-2024
10:18 AM
|
0
|
1
|
1241
|
|
POST
|
Leave the referrer blank and it should work. I reproduced putting in a * will break it. You can also specify an actual referrer url like this: And then in the app configure it to use that referrer: Also make sure you enable at least the basemap service (and anything else you plan on using the key for)
... View more
08-08-2024
08:53 AM
|
0
|
1
|
1881
|
|
POST
|
Were you able to use the Android Studio memory profiler? Did the code changes or version have any effect? What about the code you added that I asked about? I've seen the video showing the repro steps and followed them. Is there anything beyond that, that the video doesn't catch that we're missing?
... View more
08-05-2024
08:57 AM
|
0
|
1
|
3344
|
|
POST
|
Are you assigning a floor definition to the Map.FloorDefinition and/or FeatureLayer.FloorDefinition properties? A webmap is still just "traditional map services", describing which layers to use and configuration of them, including the floor definition. You should still be able to set all of this up programmatically instead, which I should make the FloorManager initialize when the Map loads.
... View more
08-02-2024
02:33 PM
|
0
|
4
|
3007
|
|
POST
|
We've tried on a number of devices and don't observe a crash from flipping back and forth. Any chance you could retry with v200.5 ? We made some changes to how the view pauses and resumes to address another issue, that could have an impact on this. Also for giggles, could you on each Page.Loaded event add the following code, just to rule in/out we're not just hitting a lazy garbage collection issue: GC.Collect(); GC.WaitForPendingFinalizers(); Wrt to the memory profiler you asked about, Android studio was used. More details here: https://developer.android.com/studio/profile/memory-profiler You should be able to see what is using up all that memory and that might lead us closer to the root problem and why you can reproduce when we can't. I'm also curious about the code you added: MyMapView.InvalidateMeasureNonVirtual(Microsoft.Maui.Controls.Internals.InvalidationTrigger.Undefined); Was that to work around a resume issue? (that's been fixed in 200.5 btw).
... View more
08-02-2024
10:19 AM
|
0
|
3
|
3375
|
|
POST
|
Sorry no. I looked over the code and can't see why this event wouldn't trigger in some cases. You said it was maui... Are you seeing this behavior on iOS, Android, Catalyst or Windows? Or them all? A reproducer would be very helpful, so we could debug this mystery. Also if you can try v200.5 that shipped today that could be useful too, as we did make some tweaks to interaction to support the new GeometryEditor features, and could inadvertently have fixed this too, since it's much more robust now against different types of gestures.
... View more
08-01-2024
01:15 PM
|
0
|
0
|
1667
|
|
POST
|
Have you tried setting a breakpoint in the very beginning of MapView_GeoViewTapped and making sure that gets hit, and the code isn't just bailing out because of some error or if-condition further down?
... View more
08-01-2024
12:47 PM
|
0
|
2
|
1670
|
|
POST
|
You can most likely safely catch and ignore any errors from `RemoveAndRevokeAllCredentialsAsync`. It makes some requests to online to just ensure the token is completely revoked, and that request could potentially fail. Uninstalling the app should also clear the credential cache (one of the benefits you get with the app packaging and why it is required)
... View more
08-01-2024
12:45 PM
|
0
|
0
|
1382
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-11-2026 07:05 AM | |
| 2 | 03-19-2026 06:03 PM | |
| 1 | 03-03-2026 04:41 PM | |
| 1 | 02-26-2018 07:53 AM | |
| 1 | 02-26-2018 07:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|