We are trying to provide users the ability to connect their Dropbox account to a hardware device we manufacture (a scanner). This device comes with an embedded browser based on QT4 ( apple webkit 534.34 ), as such we are rendering the web login page in this browser, but users are unable to submit the login form. Looking at the source html, it appears that in some circumstances the login submit is disabled for certain browsers.
Modern Firefox or Chrome:
<button type="submit" class="login-button button-primary"><div class="sign-in- text">Sign in</div>
QtWeb:
<button disabled="True" type="submit" class="login-button button-primary"><div class="sign-in- text">Sign in</div>
Can we please get some assistance with allowing QT4 based browsers to login to Dropbox.
Thanks in advance,
Andrew