I have a question for the web application.

Asked 2 years ago, Updated 2 years ago, 107 views

Hello, I have a question about the web app.

If you go into Naver Mobile, the search box and menu section are continuously m.It's naver.com (full page is m).(It's naver.com) If you swipe the news, entertainment, sports, and webtoons below, you'll see if they're all different HTML pages or keep refreshing. How can you do this? I wonder if it is done using Ajax or is there a different way? I wonder if you put several urls on the page in one HTML or if it's a different way.

I would be more grateful if you could tell me if there are any related examples or where I can see the examples.

Thank you.

web application

2022-09-21 22:02

1 Answers

Directly m.I went to naver.com and captured the network when I was swiping, but Ajax is correct.

I think you can detect the swipe event with a library like jquery-mobile and bring the data to the next column or section with Ajax at that time

For more information, search 'swipe ajax load' on Google and you'll see a lot of details


2022-09-21 22:02

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.