J.D Nicholls

Results 311 comments of J.D Nicholls

I have the following issue testing decorators: ``` - error TS2339: Property 'Subscribe' does not exist on type 'typeof eventbus'. 5 const Subscribe = org.greenrobot.eventbus.Subscribe; ``` And my definition file...

without success testing with a decorator from the android.d.ts: ``` export function Subscribe( target: Object, propertyName: string, descriptor: TypedPropertyDescriptor ): PropertyDescriptor; ``` *Terminal:* `System.err: > Interface implementation must be invoked...

@EddyVerbruggen do you have experience using `EventBus` with `NativeScript` or `RxJS` would be a better option?

@EddyVerbruggen thanks! but this issue looks like Android annotations are not supported with NativeScript and It would be awesome using it with TypeScript decorators :)

No problem, thanks mate! 👍

Maybe this property is related with that new method https://developer.apple.com/documentation/uikit/uiviewcontroller/3229894-modalinpresentation?language=objc Check some examples: - https://github.com/proyecto26/react-native-inappbrowser/blob/master/ios/RNInAppBrowser.m#L220 - https://github.com/AzureAD/microsoft-authentication-library-common-for-objc/blob/051d106abf51faa0831ab8b6858970abe7a9f1fc/IdentityCore/src/webview/embeddedWebview/ui/ios/MSIDWebviewUIController.m#L125 Thanks in advance! :)

Yes sir, in the meantime I'm using that property but it looks not working as expected (I can close the modal with a swipe back gesture) https://github.com/proyecto26/nativescript-inappbrowser/blob/master/src/InAppBrowser.ios.ts#L138

@NathanWalker interesting, let me check! Is this example going to override methods of another plugins like **applicationDidFinishLaunchingWithOptions**, etc? Can we include that example from official docs? Thanks for your help!

Hi guys! Exist any solution to download remote bundles at runtime?

This plugin only works with the camera, so that functionality is limited by the camera