DKDonghwan Kiminblog-cattus.hashnode.dev·6d ago · 19 min readLive Chat, and the Problems Underneath ItAt the bottom of every KakaoShopping Live broadcast page there's a chat panel where viewers can talk to each other while watching. It looks like a plain "chat box," but underneath it has to render doz00
DKDonghwan Kiminblog-cattus.hashnode.dev·Aug 3 · 17 min readiOS Safari and WebView Issues I've Run IntoI collected notes on iOS issues I'd scattered across several projects into one place. Most of them come from behavioral quirks specific to iOS Safari and in-app WebViews (WKWebView), and I focused on 00
DCDespia CEOinblog.despia.com·Jul 29 · 17 min readHow to Get Web App In-App Purchases ApprovedTo get approved selling digital content, your web app needs three things: purchases running through StoreKit on iOS and Google Play Billing on Android, a paywall the reviewer can actually reach, and a12N
DPDebanshu Panigrahiinblog.debanshupanigrahi.dev·Jul 26 · 3 min readPreview Your Project Inside VS Code with QuickServe (No More Context Switching)When you're building a web page, even small changes usually follow the same cycle: Save the file. Switch to your browser. Check the result. Switch back to VS Code. Repeat. Those constant window00
DCDespia CEOinblog.despia.com·Jul 25 · 7 min readLovable to App: Despia vs Median.coYou built on Lovable with Supabase behind it, and now you want the App Store and Google Play. Lovable users have three ways to get there, not two: Lovable's own Capacitor export, Median, and Despia. T00
DCDespia CEOinblog.despia.com·Jul 25 · 8 min readWebView Apps: What They Are and How to Ship OneA WebView app is a native mobile app that runs your existing web app inside the system browser engine, so your HTML, CSS, and JavaScript ship to the App Store and Google Play as a real installable bin10
JJohnindeveloper-mind.hashnode.dev·Jul 24 · 3 min readChoosing the Right WebView for Your Flutter App: webview_flutter VS flutter_inappwebviewWelcome to my knowledge sharing. This time we will talk about integration of WebViews in Flutter Apps. Integrating web content into a mobile application is a common requirement. In the Flutter ecosy00
DCDespia CEOinblog.despia.com·Jul 24 · 3 min readHow to Add a Restore Purchases Button (iOS + Android)If your app sells subscriptions or non-consumable purchases, Apple requires a Restore Purchases button under Guideline 3.1.1, and a missing one is a fast, automatic rejection. Here is how to add a Res00
DCDespia CEOinblog.despia.com·Jul 22 · 6 min readChange Hosting Without Breaking Your Native AppYou built a web app, shipped it to the App Store and Google Play, and it works. Now you want to move it to a different host: Vercel, Netlify, Cloudflare Pages, Render, or a different no-code builder e31I
DCDespia CEOinblog.despia.com·Jul 22 · 7 min readWeb App to Mobile App: Stop Thinking WrapperYou built a web app, it makes money, and now you want it on the App Store and Google Play. The first question everyone asks is "which wrapper do I use." That is the wrong question, and starting there 12J