mirkancal
mirkancal
Really looking for the update for this feature. My use case is simple, in Backend we use firebase token, and I send an authentication request to firebase to get the...
@rangav Sure. In Postman I have pre-request script. I use it to get token from firebase to use in my backend requests. So for this specific collection, before every request,...
I thought it would be restored and return restored state, thank you for opening the issue.
It worked for me on debug mode when I set to sandbox:false, but when I export the macOS app, that was the error: `creation failed, path = .local-chrome`
@lavinov-mercury `SliverPinnedOverlapInjector` is in some package? I can't find it anywhere.
@Shiba-Kar where do you run the app? MacOS? iOS? Android?
@Shiba-Kar did you disable sandbox? https://github.com/xvrh/puppeteer-dart/issues/154#issuecomment-944487927 Additionally you can use already installed chrome path: `final browser = await puppeteer.launch(executablePath: BrowserPath.chrome); `
It seems like you have a bottom navigation bar that block the chatbox. You need to add bottom padding.
I'm trying to `push` page, instead of `go` with return. My case is, in my redirect, I want to push the trial page(where you can start the trial) on top...
PR seems to be merged but then reverted I think, is it done? If so, how to set start hour?