Light App Update Log & FAQ
Update log
- • 2014.06.18 Supplementary enterprise application migration guide, Weibo client QR code rules; updated FAQ
FAQ
How does the H5 version adapt to the height?
The H5 version does not require adaptive height, and the client will display the accessing party's application at 100% size. In some Android machines, content dynamically loaded by AJAX will appear, and the scroll bar cannot be pulled to the bottom. Please call the Action of the light application component - setIframeSize.
Doesn’t the light application have a header image at the top?
Yes.
How to allow the downloading and installation of apk files for the H5 version of Light App?
There is a normal link to the apk file, but there is no response when clicking on the Weibo client Android version. Please use the window.open method to open it
window.open("http://test.com/yourfile.apk");
How to activate the private message function
sinaweibo://messagelist?uid=***&nick=**&content=***&avatarimageurl=***
- uid Required
- nick Nickname, required
- content Pre-placement content is required, add default copy
- avatarimageurl Avatar address is required
For example:
<a href="sinaweibo://messagelist?uid=1406758883">联系我</a>