Timeline with dynamic search query (Ionic)

淺唱寂寞╮ 提交于 2019-12-12 05:33:17

问题


Twitter gives the possibility to create a timeline widget from a specific query and id. I'm developping an Ionic Cordova app and I want to create timeline with the query search given by the user (from an input for example). Is that possible?

When I test the Twitter widget timeline in my device, the button event (like, retweet...) doesn't work. Can anyone please explain me why?

Thanks!


回答1:


First check ngcordova and ng-cordova-oauth is installed proper or not. you can use steps of Adding google plus login to ionic app

than use ionic serve. click on your login button. it will give error "Cannot authenticate via a web browser". it confirmed that you ngCordova and ng-cordova-auth working perfect.

Note:- its working in Devices only



来源:https://stackoverflow.com/questions/36741097/timeline-with-dynamic-search-query-ionic

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