简体   繁体   中英

LinkedIn Sharing via our own app, not possible to scroll

So we created the app called “taggrx” that enables companies to share posts they posted on linkedin, with their employees and then the employees can share these posts through this app.

No we implemented the usual linkedin share button and when clicked on the button, we can see the content to be shared but if the content exceeds a certain length which is more then the screen of the phone can show, the user cannot scroll down to actually do the sharing. (screenshots attached).

According to the developers this issue is coming from linkedin and not from the app, also it works fine for other platforms like Facebook or XING.

Open for any suggestion and advise, thank you!

Kind regards Ricci screen-1 screen-2

Add a scrollbar.

$('#Menu').css('overflow-y':'scroll');

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM