Tag

Technical Solution

0 views collected around this technical thread.

DeWu Technology
DeWu Technology
May 29, 2023 · Mobile Development

iOS WebView Crash Analysis and Solution

The article investigates a rapid increase in WebView crashes on iOS 4.9.x caused by a UIScrollView animation accessing a released object after an H5 page is dismissed, discovers the offending WKChildScrollView delegate (WKScrollingNodeScrollViewDelegate), and resolves the issue by nullifying that delegate in the view’s deallocation, supplementing earlier gesture‑disable workarounds.

Technical SolutionWebKitWebView
0 likes · 16 min read
iOS WebView Crash Analysis and Solution
HelloTech
HelloTech
Aug 18, 2022 · Mobile Development

Containerization Architecture in Mobile Applications

The article outlines a mobile‑app containerization architecture that builds on existing component frameworks, emphasizing standardized, isolated virtualized containers, dynamic module rendering via Flexbox‑based configuration trees, a multi‑layer logical and protocol stack for layout, data, lifecycle and events, and a streamlined development‑to‑deployment workflow.

ContainerizationTechnical Solutiondynamic rendering
0 likes · 13 min read
Containerization Architecture in Mobile Applications
Xianyu Technology
Xianyu Technology
Jan 8, 2021 · Mobile Development

Data Quality Assurance Solution for Mobile App Tracking Points

The document proposes a data‑quality assurance framework for mobile‑app tracking points that automatically collects client‑side data, generates validation rules from historical samples, and runs automated tests on over 100 critical points—cutting manual verification from half a day to minutes and using tools such as Frida and AOP to detect missing or altered tracking data.

Technical Solutionapp optimizationautomated testing
0 likes · 7 min read
Data Quality Assurance Solution for Mobile App Tracking Points
Baidu Waimai Technology Team
Baidu Waimai Technology Team
Mar 15, 2017 · Operations

Building a Testing Environment Platform: LEGO's Best Practices

The article discusses the development of a platform called LEGO to automate the setup of testing environments, addressing issues like team collaboration and maintenance challenges.

DevOpsEnvironment SetupInfrastructure Management
0 likes · 4 min read
Building a Testing Environment Platform: LEGO's Best Practices