Lincoln Baxter, III

Results 245 comments of Lincoln Baxter, III

The swipe gesture with split pane is similarly odd, though I think this is possibly an issue that the Safari swipe to go back gesture needs to be blocked so...

Hmmm... interesting. I guess that makes some sense. Though... is more worrying than if this were an Ionic bug. Ionic bugs are more easily fixed... I'll be interested to hear...

@liamdebeasi Also, I did some testing and I think `replaceUrl` also needs to be accompanied by `skipLocationChange: true` for that workaround to really work, which has the effect of... actually...

Working on an interceptor for the built in angular `Router`: https://stackoverflow.com/questions/45514970/angular-2-override-router-navigate-method

Update. `{ replaceUrl: true }` seems to be all that is required. But I still don't think it's a good idea to do this outside of PWA/native. That said, I...

``` import { Location } from '@angular/common'; import { Compiler, Injector, NgModuleFactoryLoader, Type } from '@angular/core'; import { ChildrenOutletContexts, NavigationExtras, Router, Routes, UrlSerializer, UrlTree } from '@angular/router'; export class GlobalRouterDecorator...

Update #2. This solution does not work for Chrome based browsers/PWAs. But things appear sliiiightly less broken there since they'll give you a chance to swipe twice to go back...

Thanks for looking into this @liamdebeasi - I appreciate the feedback! Looks like your initial answer was correct, and it appears to be working. > Gestures are an unresolved problem...

> Yeah if you wouldn't mind sending a screen recording, that would be great. I don't have a physical Android device running Android 10 at the moment. Here are two...

@liamdebeasi Just a quick heads up on the tags for this issue. Not sure "needs reproduction" is correct as the videos display the issue using a sample app. Not a...