Recent content by binboy

  1. B

    Question SMS receiving and autofill in html input text by WebView

    I want receive sms activation code and only code(no text) autofill in the specified input after receiving the SMS, I receiving SMS, but I don't know the rest. How do i do? html: <form action="/auth/login" id="getactivcode" method="post" accept-charset="utf-8" autocomplete="off"> <input...