mreall

Results 12 issues of mreall

I'm calling `openVideoPicker` with the following options. But no matter what I put in allowedVideoQualities, I get high-resolution videos on iOS. ``` if (application.ios) { allowedVideoQualities = [ AVCaptureSessionPresetMedium, AVCaptureSessionPresetLow,...

I have an existing Laravel (6.x) / Vue.js (2.x) project into which I'd like to add nativescript-vue. I installed nativescript and ran `tns doctor` successfully. I installed the [vue-cli-plugin-nativescript-vue plugin][1],...

In development, I'm testing the purchase of an auto-renew subscription. The purchase goes through the App Store, gets verified on the server, and enables the subscription in the app, all...

question

It would really be helpful to have access to all the routes from the `$navigator` object. Right now we can only access the current route. This would be helpful, for...

### If the demo apps cannot help and there is no issue for your problem, tell us about it I upgraded to the latest version (4.0.1) and now when I...

I'm [following the instructions](https://docs.nativescript.org/ui-and-styling.html#actionbar) for setting the position of an ActionItem in the ActionBar for iOS. But when I include `ios.position="right"` in the ActionItem tag, the Android app crashes when...

V3

I followed the instructions to create a new nativescript-vue 3 app. Then I added a basic ListView to the Home page. However, it won't render. Instead I get a lot...

enhancement
good first issue
V3

### If the demo apps cannot help and there is no issue for your problem, tell us about it I'm using BottomNavigationBar in a nativescript-vue app. If I set inactiveColor,...

I'm trying to use @nativescript/picker with nativescript-vue v3 (still in beta). Does it work? If so, is there an example I can use to make sure I'm coding it correctly?...

Currently only a single parser may be used during each run. This update looks at the extension of each file and dynamically selects the appropriate parser based on the file...