Alexander Ziskind

Results 44 comments of Alexander Ziskind

> Instead we should add the additional checks that are used by other frameworks/plugins to beef up the detection of a simulator vs real device so the original `export function...

> Are you sure that test is enough on android ? I have something like more complex https://github.com/nativescript-community/extendedinfo/blob/master/src/extendedinfo.android.ts#L4 > Also you should cache the value > It is a simple...

@NathanaelA totally agree with you that `isRealDevice` should be fixed, but disagree with you that it is not a breaking change. This is a public API and plugins as well...

@NathanaelA fair point. However, `isRealDevice` also returns the opposite of the truth on Android. So therefore it return true when run on an Emulator. This would be a breaking change.

Hi @berardo . I've tried it without having the `clipsToBounds` and it simply wasn't working. The only way I was able to get it to work was by using this...

Just adding to this issue, which I also experienced. When I have two Span elements with linkTap in the FormattedString, the first one works, but the second doesn't.

@farfromrefug trying your @nativescript-community/ui-label. Does it support multiple urls in one label? Seems like there is only one link handler per label. Also, it doesn't seem to be able to...

Hi Ben. This plugin is discontinued. Please use the new plugin called NativeScript-oauth2 Alex > On Nov 12, 2018, at 4:36 PM, Ben Barnes wrote: > > After updating to...

Thanks for letting me know - just pushed that change to npm. Please try it out