Josh O'Connor

Results 10 issues of Josh O'Connor

The pull request you merged 7 days ago (from bryant1410), caused some problems for me. Im using Cocoapods and NeverCode (to push my test builds to HockeyApp), and everytime NeverCode...

Sometimes I will get a crash when presenting the native in app rating dialog in iOS using `requestReview`. Why is this occuring? Crash log: ``` Process: StoreKitUIService [57822] Path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Applications/StoreKitUIService.app/StoreKitUIService...

Please describe the a concise description and fill out the details below. It will help others efficiently understand your request and get to an answer instead of repeated back and...

**Steps for Reproduction** 1. Use android emulator 2. add 'text-change' callback: ``` quill.on("text-change", () => { callContentCallback({ content: JSON.stringify(quill.getContents()), source: null, }); getTextCallback({ content: JSON.stringify(quill.getText()), source: null, }); }); ```...

I initially was not able to able to get the app showing when sharing a link in safari or a video file. That was when I realized that the `ShareExtension/ShareExtension.plist`...

`cordova.openwith.load(intent.items[0]` . doesnt return anything in ios12.

The following results in weird behavior in iOS: -Open app -take screenshot of app -share that screenshot to app while its open -nothing happens -EVEN WEIRDER: if you close the...

im running into a very strange issue when sharing a website in android (only). when i share a website, i am getting a type "application/octet-stream", with the uri showing that...

if you do release mode in ios, it doesnt work. You need to search for `Entitlements-Release.plist` and add the following: `com.apple.security.application-groups group.com.mango.clickupdev.shareextension ` might want to update docs

I am using ionic and this plugin and I am able to add the plugin fine using `cordova plugin add cordova-plugin-jc-googledrive --variable IOS_REVERSED_CLIENT_ID=XXXXX --variable IOS_CLIENT_ID=XXXXXX` However, when I build the...