Greg Hamilton
Greg Hamilton
# Bug Report ## Capacitor Version `npx cap doctor` output: 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 1.2.1 @capacitor/core: 1.2.1 @capacitor/android: 1.2.1 @capacitor/ios: 1.2.1 Installed Dependencies: @capacitor/cli 1.2.1 @capacitor/android 1.2.1...
I'm not 100% sure this is a bug, but it seems to be unexpected behaviour so I need to ask... I built a Node shopify app using the shopify CLI...
### Description I'm getting the error: "TypeError: Cannot read property 'unsubscribe' of undefined" when I refresh a page containing the video player. I'm using Angular 8 Universal (with SSR). I...
Hi, In the `afterAuth` method, I need to redirect the user to my embedded app, which is a sales channel. Using the method as per your guide/example: ``` ctx.redirect(`/?shop=${shop}&host=${host}`); ```...
Hi, I cannot access [https://react-native-google-signin.github.io](https://react-native-google-signin.github.io) I've tried multiple times in different browsers on different days. Is it just me? Thanks
Given the following:  I would expect all text to centre align. However, in my Markdown editor, adding this:  Results in the component rendering this:  The second paragraph...