Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhoneでSMSを送ろうとしています。ただし、SMS 番号のみではうまく機能しますが、SMS 番号とテキストでは機能しません。
つまり、次のようにするとうまくいきます。
<a href="sms:+05212341234">Send sms</a>
しかし、うまくいきません。
<a href="sms:+05212341234?body=hello">Send sms</a>
私は現在 phonegap を使用していますが、その理由がわかっている場合は、助けてください。乾杯。
このSMSコンポーザプラグインをphonegapに使用してください。私にとってはうまく機能します。
https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/SMSComposer
これが当てはまるかどうかはわかりませんが、「href」のスペルを間違えて、代わりに「herf」と書きました