Comments on: Twitter Plugin for Corona SDK https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/ Thu, 27 Dec 2018 15:44:00 +0000 hourly 1 By: Jason https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/#comment-27898 Mon, 04 Dec 2017 20:16:14 +0000 http://www.jasonschroeder.com/?p=182#comment-27898 In reply to Craig Briggs.

Hi Craig,

I tried, and I’m unable to reproduce your issue. Please download the sample project (http://twitter.plugin.jasonschroeder.com/twitterDemo.zip) and change main.lua to turn off error alerts. The easiest way to trigger an alert is to enter an intentionally bad API key or secret. With alerts turned on, you’ll see a system popup notification. With alerts turned off, you’ll only see an error in the console.

Best,
Jason

]]>
By: Craig Briggs https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/#comment-27883 Fri, 01 Dec 2017 00:36:22 +0000 http://www.jasonschroeder.com/?p=182#comment-27883 Hi Jason,

Not sure if you are still maintaining this?? The show alerts flag does not appear to work, I get the alert regardless of what this set to.

Cheers,

Craig

]]>
By: 9 apps https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/#comment-27547 Wed, 30 Aug 2017 12:36:17 +0000 http://www.jasonschroeder.com/?p=182#comment-27547 Havе youu ever tһought about including a littⅼe bit more tһan jսst your articles?
Ι mean, what you sɑy іѕ іmportant and aⅼl. Nevertheless imagine іf you аdded some great pictures օr video clips to
givе yoսr posts more, “pop”! Уour content is excellent but witһ pics aand videos, thiѕ sitte сould undeniably be one of the bеst in its field.
Ԍood blog!

]]>
By: Mik https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/#comment-26982 Thu, 04 May 2017 10:27:57 +0000 http://www.jasonschroeder.com/?p=182#comment-26982 Hello Jason! It’s me again with another problem 🙂
I found a bug in your twitter plugin.
The bug is in the .tweet() function – “image not found” when the function is called on an android device (if you use .tweet() on the corona simulator everything is ok).
You may use your demo project to check it.
Can you fix it please?

]]>
By: Mik https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/#comment-26886 Fri, 14 Apr 2017 15:17:21 +0000 http://www.jasonschroeder.com/?p=182#comment-26886 In reply to Jason.

Thank you so much!
Now everything works correctly!

]]>
By: Jason https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/#comment-26885 Fri, 14 Apr 2017 14:38:34 +0000 http://www.jasonschroeder.com/?p=182#comment-26885 In reply to Ьшл.

Hi Ьшл,

Thanks for getting in touch – I just pushed an update to the plugin that will ensure the webview will always be fullscreen, regardless of the app’s config.lua settings (you are correct that in some cases, changing the yAlign value could result in the webview being placed strangely – something I hadn’t realized until you pointed it out).

Once you get the new version of the plugin, the Twitter login webview should always fill the whole screen as intended. It could take a few hours before the change is reflected on Corona Labs’ plugin server, but once the change takes effect, the new version of the plugin should download automatically when you run the simulator and make a new build.

Thanks for helping to make the plugin better!

Best,
Jason

]]>
By: Ьшл https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/#comment-26884 Fri, 14 Apr 2017 08:03:25 +0000 http://www.jasonschroeder.com/?p=182#comment-26884 Hello! I bought your plugin.
In my app uses yAlign=”top” in config.lua and it can’t be changed.
because of this twitter web-interface displayed with scroll bar. It’s not acceptable.

I very much ask you to add variables to adjust the size webView.

]]>
By: ouguolin https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/#comment-26564 Tue, 27 Dec 2016 08:02:31 +0000 http://www.jasonschroeder.com/?p=182#comment-26564 In reply to ouguolin.

Resolved, in config.lua, if I change
yAlign = “top”,
to
yAlign = “center”,

everything goes well.

]]>
By: ouguolin https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/#comment-26563 Tue, 27 Dec 2016 06:19:44 +0000 http://www.jasonschroeder.com/?p=182#comment-26563 Very useful, thank you!
I have a question: the twitter login screen is not full screen on android devices. is it possible to make the bottom of the web view reach the bottom of the phone?

]]>
By: Jason https://www.jasonschroeder.com/2015/07/15/twitter-plugin-for-corona-sdk/#comment-26331 Thu, 23 Jun 2016 05:39:10 +0000 http://www.jasonschroeder.com/?p=182#comment-26331 In reply to Guiller Ramos.

Hi Guiller,

I’ll reply to your comments directly via email so we can troubleshoot – but I’m unable to reproduce the errors you’re seeing, at least using the Demo project as a test case.

]]>