The translation was generated automatically and may contain mistakes
Module: 4. Development
Lesson 12. Features of development for mobile devices
The main thing in the lesson
- •
Most users run mini-applications on mobile devices.
- •
When creating and debugging mini-applications, the server code runs on the developer’s computer. Use VK Tunnel to make this server available on the Internet. When debugging, be sure to specify THE URL generated in VK Tunnel in the mini-app settings.
The address generated by the VK Tunnel changes from startup to startup. Use the file
vk-tunnel-config.jsonto automatically update the mini-app settings in such cases. - •
Can be used to debug the client side the Eruda console . It is similar to the developer tools in desktop browsers.
- •
To make mini-applications as similar as possible to iOS-applications, the VKUI library implements a special gesture support Swipe Back и компонента
PullToRefresh. VK Bridge provides events to support Swipe Back.
Useful links
- •
- •
- •
- •
- •
- •
- •
- •
:::