简体   繁体   English

LinkedIn 通过我们自己的应用程序共享,无法滚动

[英]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.因此,我们创建了名为“taggrx”的应用程序,使公司能够与员工分享他们在linkedin上发布的帖子,然后员工可以通过这个应用程序分享这些帖子。

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.不,我们实现了通常的linkedin分享按钮,当点击按钮时,我们可以看到要分享的内容,但如果内容超过一定长度,超过手机屏幕可以显示的长度,用户无法向下滚动到实际做分享。 (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.根据开发人员的说法,这个问题来自linkedin,而不是来自应用程序,它也适用于其他平台,如 Facebook 或 XING。

Open for any suggestion and advise, thank you!欢迎任何建议和建议,谢谢!

Kind regards Ricci screen-1 screen-2亲切的问候 Ricci screen-1 screen-2

Add a scrollbar.添加滚动条。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从自己的网站共享链接到 Linkedin 应用程序 (iOS) - Sharing link from own website to Linkedin app (iOS) 是否可以将共享文本作为查询字符串添加到 LinkedIn 共享 URL 并使其与 LinkedIn 移动应用程序一起使用? - Is it possible to add share text as a query string to LinkedIn sharing URL and get it to work with LinkedIn mobile app? 通过意图linkedin进行共享时,权限被拒绝 - Sharing via intent linkedin crashing with permission denial 如何将我们的LinkedIn应用程序移至另一个LinkedIn帐户 - How do I move our LinkedIn App to another LinkedIn Account LinkedIn Share放置网址-创建我自己的共享链接 - LinkedIn Share drops url - Creating My Own Sharing Links iOS多个应用共享一个LinkedIn应用 - iOS Multiple Apps sharing one LinkedIn App 通过LinkedIn API v2共享图像会出现裁剪,与www.linkedin.com上的分享不同 - Sharing image via LinkedIn API v2 appears cropped and different from sharing on www.linkedin.com Linkedin:通过REST Api共享后图像未显示 - Linkedin: image not showing up after sharing via REST Api 共享包含LinkedIn上的视频的页面在Android移动应用程序上中断 - Sharing a page containing a video on LinkedIn breaks on Android mobile app 如何通过iOS应用程序将URL分享给linkedIn - How to share a URL to linkedIn via iOS app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM