How to animate the modal page navigation transitions in native script - nativescript

I have set the animated property of the modal page to true, but its not working
https://play.nativescript.org/?template=play-js&id=6xzzC2&v=2
I'm trying to scale up and down modal page during popup of modal.

It's referenced like a bug here : [BUG] Issue with ModalPage animation.

Related

Prime Vue Carousel it creates problems with the scrolling of the HTML page

I mounted Prime Vue on my Website and I am using Carousel Component.
But there is a problem with mobile experience. The Carousel creates problems with the scrolling of the HTML page, when i try to scroll page.
When I try to scroll over the carousel to scroll the page vertically, scrolling is blocked.
How can this be solved?

NativeScript Vue Modal in an AbsoluteLayout Frame

I have an AbsoluteLayout with a Frame and a Notification. The problem is when I use this.$showModal(...) the modal prompts over everything. So I can't use my notification component when a modal is open.
I want the modal to prompt within the Frame of ID #root.
Here is a working example of my issue: https://play.nativescript.org/?template=play-vue&id=R3JBqZ&v=6
Modal pages are quite different form normal pages, it won't respect your positions on screen.
If you are looking for in-app notifications, why don't you try nativescript-cfalert-dialog or nativescript-feedback plugin.

Back button is not showing on Navigationbar . Xamarin

When show screen, navigation is showing at the Top.But Back button is not showing.
When i use Navigation.PushAsync method then back button is showing.
I am using below code.
Navigation.PushModalAsync(new LoginSelection());
how can i show backbutton at left side of Modal screen.
When you call PushModalAsync(), you are creating an another Navigation Stack of Modals.Thus, your LoginSelection() page is not added to the Page Navigation Stack,but it is added on Modal Navigation Stack.
Thus,there are no pages in your modal stack and that's why back button is not appearing
Check the below link:-
https://forums.xamarin.com/discussion/69952/navigationpage-pushmodalasync-and-back-button`
Xamarin Forms Reverse PushModalAsync

Xamarin Forms - Camera and Image Picker doesnt work when using Modal Popup

I have a Xamarin forms app, that loads a camera and image selector, when I use it in a page they both work fine, however when I am in a page and then use a modal popup to display the same page the links to the camera / image selector does nothing.
I get this error in the Output window in Visual Studio
Warning: Attempt to present <UIImagePickerController: 0x1276b2400> on
<Xamarin_Forms_Platform_iOS_PlatformRenderer: 0x128678400> whose view is
not in the window hierarchy!
I am updated to 4.2.0.719 Xamarin and Xamarin.iOS 10.2.0.4
Anyone have any ideas to get around this in Xamarin Forms ?
I notice a post regarding iOS iOS 8 SDK: modal UIWebView and camera/image picker but this is not for Zamarin ?
I recall having come across a similar issue before and filed a bug report: https://bugzilla.xamarin.com/show_bug.cgi?id=44500
Bug 44500 - A WebView that has a file picker control fails to show photo picker when page is pushed modally.
Description
A ContentPage with WebView that has a file picker control fails to show photo picker when ContentPage is pushed modally. This warning is displayed when the WebView tries to open the UIImagePickerController:
Warning: Attempt to present <UIImagePickerController: 0x7ba68800> on <Xamarin_Forms_Platform_iOS_ModalWrapper: 0x7e379c90> whose view is not in the window hierarchy!
Works as expected when page with WebView is pushed non-modally.

The refresh icon of Telerik Grid can't rotate when clicking it to refresh grid

Use Telerik Grid control in my MVC project. When I try to click the refresh icon which at the left bottom of the grid to refresh the grid, I suppose the icon is rotating while the data is refreshing. But the icon isn't. Maybe the problem comes from the telerik.grid.min.js file. But I didn't find any useful solution. :(
Are you using Ajax Binding or Server Binding for your Grid ?
I think the icon doesn't do anything with Server Binding because as far as I know, this simply reload the page instead of refreshing the content of the Grid.
If you are using Ajax Binding, can you check if you have any kind of JS error in your browser's console ?

Resources