# web call native app ## 緣由 因為一些原因要 mobile web 可以 call native 的一些東西來分享當前頁面或幹啥事(其實最常用的是聯絡資訊點了直接 call native app)
眾所皆知 HTML5 預設有
mailto: tel: sms: 但每個都要個別寫入好麻煩 且 sms 還有 iOS 和 Android 格式不一樣的問題 於是失心瘋的寫了一個 object 整合一下
有空再寫 PHP 版 (但是需求好像偏向會從 PHP 出誒)
我前端工程師當然先寫 js 版 突然覺得 isomorphic 好好喔…
## GitHub webClientProtocol
## 題外話 關於 web share content 這件事 Google 有正在搞一個 web share api 可以針對你想分享的東西去做到複製到剪貼簿或把內容分享給可以使用的 mobile native app 但是還在測試狀態… 相關文章在底下
Introducing the Web Share API
...