MASA.Blazor icon indicating copy to clipboard operation
MASA.Blazor copied to clipboard

add swipe navigation to PageStack

Open charleypeng opened this issue 1 year ago • 5 comments

like normal mobile apps, user can swipe from left to right to navigate back to the last page, i've seen some webview based app did this and i am looking for some resolution, any first idea and hints on how to implement in masa blazor?

charleypeng avatar Oct 06 '24 05:10 charleypeng

@charleypeng Thank you for your usage. According to the standard PR process, you can first fork the repository and then submit a PR. We will review it and decide whether to merge it into the repository.

capdiem avatar Oct 08 '24 03:10 capdiem

@charleypeng Thank you for your usage. According to the standard PR process, you can first fork the repository and then submit a PR. We will review it and decide whether to merge it into the repository.

hi. i need help there. i have added the swipe area as a component, the question is i can not wrap the ppageitem in it, it is not woking , however when i wrap it in other normal page it works just fine

charleypeng avatar Oct 10 '24 02:10 charleypeng

feature repo : https://github.com/charleypeng/MASA.Blazor/tree/feat/swipearea feature folder: https://github.com/charleypeng/MASA.Blazor/tree/feat/swipearea/src/Masa.Blazor/Components/Swiper target razor component: https://github.com/charleypeng/MASA.Blazor/blob/feat/swipearea/src/Masa.Blazor/Presets/PageStack/PPageStackItem.razor

charleypeng avatar Oct 10 '24 03:10 charleypeng

@charleypeng I understand. You have added a swipearea component. For the pagestack component, we plan to implement a similar feature that allows for a draggable effect, rather than just swiping to trigger open or close actions.

capdiem avatar Oct 12 '24 02:10 capdiem

@charleypeng I understand. You have added a swipearea component. For the pagestack component, we plan to implement a similar feature that allows for a draggable effect, rather than just swiping to trigger open or close actions.

cool then

charleypeng avatar Oct 12 '24 03:10 charleypeng