darshankawar

Results 1758 comments of darshankawar

@vasa137 Can you provide complete runnable code sample (ex: main.dart) ? Also, what platform are you seeing this behavior on ?

@vasa137 Please check if [this](https://github.com/flutter/flutter/issues/146616) issue resembles your case or not.

@Epiwish The provided url isn't working for me. If you try to create a new Flutter project, run it as pwa and try to save it to home screen, does...

> The URL is saved as https://pwatest-11e46.web.app/ truncating the custom path and ID. Where do you see that it is saved as above ? I accessed the url in mobile...

Have you already checked the url being passed in index.html for base href ?

> ``` > > ``` Can you try to pass the subpath as well here ,ie something like `` and check if it helps ?

> Additionally, I've noticed some logs on the Chrome console after changing the base href to a custom path. Here they are: > > ``` > Uncaught SyntaxError: Unexpected token...

Thanks for the update. Keeping the issue open and labeling for team's tracking.

@matheusqro Can you upgrade to latest dev and try again to see if issue persists or not ? If yes, provide updated `flutter doctor -v` and a [complete minimal reproducible...

@matheusqro Thanks for code sample and video. Although I don't have the said physical device, I tried your code sample on emulator (api 23) on which I see below: Can...