0
drenton created
Hi,
I'm working on 5.3 Asp.Net Zero Core with Angular version.
I'm trying to use rangeslider and it works well on desktop browser but on mobile browser. I cannot drag on mobile browser. However, if I commment out below code in root.module.ts file, the dragging works as it does on other projects.
{ provide: APP_INITIALIZER, useFactory: appInitializerFactory, deps: [Injector, PlatformLocation], multi: true },
I guess somewhere in appInitializerFactory method, it crashes, but I cannot figure out.
Can you help me out with this?
Thanks.
1 Answer(s)
-
0
Hi @drenton
If you comment that line, your app shouldn't work at all. Instead you can comment content of appInitializerFactory line by line and detect which part causes the problem.