Unknown RPC service:

无人久伴 提交于 2019-12-11 21:15:13

问题


I'm trying to integrate g+ share button on my website. If I place it on static part of page, everything works fine. But if I place it on modal it does not open, and I am getting messages in console: Unknown RPC service: onVisibilityChanged rs=AItRSTPg3AKJNQb-mFQlUvzu84VKqzUF-g:106 Unknown RPC service: _onopen rs=AItRSTPg3AKJNQb-mFQlUvzu84VKqzUF-g:106 Unknown RPC service: _ready rs=AItRSTPg3AKJNQb-mFQlUvzu84VKqzUF-g:106

Any ideas what could cause this problem?


回答1:


The problem occurred because I was generating g+ share button with jquery, after all javascript was loaded. I solved the problem by defining hidden div and inside it g+ share button, and just showing that div with jquery.



来源:https://stackoverflow.com/questions/17341890/unknown-rpc-service

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!