Greg Hamilton

Results 6 issues of 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: ![image](https://github.com/iamacup/react-native-markdown-display/assets/56267983/ecf38814-5670-4bb0-956f-9f5f3b5da5df) I would expect all text to centre align. However, in my Markdown editor, adding this: ![image](https://github.com/iamacup/react-native-markdown-display/assets/56267983/288acf7d-e0ff-4321-85db-ebf9b1abb9fe) Results in the component rendering this: ![image](https://github.com/iamacup/react-native-markdown-display/assets/56267983/bec7e85a-4aae-4f51-aa9f-598f7d7eb095) The second paragraph...