Peter Scully
Peter Scully
I was able to workaround this by: - [placing a `pointer_interceptor` over the webview, and setting `intercepting` true](https://github.com/flutter/flutter/issues/81081#issuecomment-1041079084) when it should block clicks, - AND locking `pointer_interceptor` to version `0.9.1`
I think the "99% solution" is: * if master exists and main does not, use master * if main exists, and master does not, use main What to do if...
Interestingly, Oh My Zsh's git plugin git_main_branch() function tests for main, then trunk, and if neither is found uses master. https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/git.plugin.zsh#L32