|
POST
|
@litchokay we were able to reproduce this, it's because the webpack sample doesn't set the HTML viewport. In the webpack sample under /public/index.html try add this: <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
... View more
01-17-2023
08:40 AM
|
1
|
1
|
1844
|
|
POST
|
Hi @litch I'm unable to determine what's going on from the screen shots. Are all three screenshots taken using the iPhone 12 Pro simulator mode? That phone has a native resolution of 2532 x 1170 at 460ppi which can make UI elements look really small when running in simulation mode in a desktop browser.
... View more
01-17-2023
07:53 AM
|
0
|
3
|
1862
|
|
IDEA
|
01-05-2023
03:57 PM
|
0
|
0
|
1001
|
|
IDEA
|
Hi @GisNavy the native SDKs are your best approach to offline GIS workflows. Those SDKs have direct access to low-level device APIs to robustly support actions such as storing, sync/re-sync editing with feature services, as well complete support for restarting/reconstituting an app after offline device restarts and many other advanced capabilities. We don't have any plans for this type of functionality in the JavaScript SDK.
... View more
01-05-2023
03:56 PM
|
0
|
0
|
1003
|
|
POST
|
Hi @JonathanDandois I recommend contacting VertiGIS. They can help you work through the migration and licensing process. Migrating from 3.x to 4.x will involve a complete re-write, here is an overview: https://developers.arcgis.com/javascript/latest/migrating/.
... View more
01-03-2023
01:02 PM
|
2
|
0
|
1060
|
|
POST
|
Update - this looks like a regression at 4.25, thanks for reporting. We've opened an issue to fix it.
... View more
12-14-2022
03:22 PM
|
1
|
0
|
1803
|
|
POST
|
Hi @AriefAbuBakar it's very possible that your code was working accidentally. You need to use the "extends" keyword when building subclasses with ES modules: https://developers.arcgis.com/javascript/latest/implementing-accessor/#create-a-simple-subclass. It can be challenging when overriding API functionality because properties, methods and patterns within the underlying API Class are subject to change. // Psuedo-example using @arcgis/core ES modules
class ExampleWebTileLayer extends WebTileLayer {
constructor(properties?:any) {
super(properties);
}
. . .
}
... View more
12-14-2022
11:16 AM
|
0
|
1
|
1810
|
|
POST
|
@YueZhou1what you are seeing with init.js is the API spinning up multiple workers. I can see how that would give the impression there is a caching problem. We ran tests and the API worker initialization caching is working correctly. If you are still having issues, the next steps would be to open a tech support ticket, or call your account representative to meet with a solutions engineer.
... View more
12-09-2022
08:30 AM
|
0
|
0
|
743
|
|
POST
|
All good info, thanks for sharing your experience. Yes, there is a known issue with Stencil because it has it's own assetsPath setting that conflicts with @ArcGIS/core.
... View more
12-08-2022
09:21 AM
|
0
|
0
|
1802
|
|
POST
|
Hi @Justin_Greco we aren't able to access your repo, it might be set to private. You might need to use setAssetPath for Calcite as mentioned here: https://developers.arcgis.com/calcite-design-system/get-started/#custom-elements?. If you give that a try, let us know if it helps?
... View more
12-08-2022
08:23 AM
|
0
|
3
|
1814
|
|
POST
|
Hi @ae my recommendation is provide a simple github repo that you can share and that reproduces the issue. Since that is most likely a recursion error we'll need an example.
... View more
12-07-2022
07:43 AM
|
0
|
0
|
798
|
|
POST
|
Hi @DanielWebb, good questions, they related to both the AMD and ES modules: 1. No. You can use esri/request or use native fetch directly to load HTML as a string into your app 2. This can be handled through industry-standard patterns such as using Etags. You can also set the cacheBust option in esri/request, but this is a different implementation from dojo, instead of adding a param, it tells fetch to make a conditional request. If you always want to cacheBust, then you can use a requestInterceptor with the url set to null. 3.You can remove event listeners natively. If you are using an "on" listener, you can remove those using the APIs remove() method.
... View more
11-30-2022
02:51 PM
|
2
|
1
|
1441
|
|
POST
|
Hi @Yue_Zhou can you provide more information on your use case for needing that many CPU cores? That's definitely a non-standard hardware configuration for a single web browser user. 80 cores would be more typical for a server-side implementation, or a host VDI machine with dozens or hundreds of users. In the meantime, thanks for reporting, we'll take a look at the top limit.
... View more
11-28-2022
09:13 AM
|
0
|
0
|
769
|
|
POST
|
If it's a custom JS app we will need a link to a simple github repo, codesandbox or stackblitz.com sample. If you need a basic Angular + ArcGIS JS API sample as a starting point, we recommend using this one: https://github.com/Esri/jsapi-resources/tree/master/esm-samples/jsapi-angular-cli.
... View more
11-09-2022
01:12 PM
|
0
|
0
|
2838
|
|
POST
|
Hi @ConnerFarrant are you building a custom ArcGIS JS API app or using an ArcGIS Dashboard? If you are using a Dashboard, you'll need to follow that product's System Requirements and Tech Support procedures. Here's a link to the ArcGIS Dashboard community site if you need to reach out to them for more guidance.
... View more
11-09-2022
12:09 PM
|
0
|
2
|
2843
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 08-01-2025 06:20 AM | |
| 1 | 05-27-2025 12:39 PM | |
| 1 | 04-23-2025 06:56 AM | |
| 1 | 04-23-2025 07:09 AM | |
| 1 | 04-08-2025 09:05 AM |
| Online Status |
Offline
|
| Date Last Visited |
12-05-2025
07:24 AM
|