line / flutter_line_sdk

A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.
https://developers.line.biz/
Apache License 2.0
213 stars 42 forks source link

Android Studio emulator can't open the login page #83

Closed kiesoman closed 1 year ago

kiesoman commented 1 year ago

I download the example code and try to run on the Android studio. When i click the signin button, the page direct to the login page address, but stop and nothing show. Then i try to test on the phone, everything is o.k.. I don't know what's wrong, Could I get any advice? Thanks first.

onevcat commented 1 year ago

It is more likely a simulator or host network issue. I guess there would be very little we can do in the SDK side.

Is it reproducible after a few time or on another environment?

onevcat commented 1 year ago

Hi,

I guess we found a front-end regression recently, which might be related to the issue.

On some old system (either iOS and Android), the JavaScript engine shipped in the system browser (WebKit) might fail to execute some code. It is tracked in this issue and hopefully a patch will be applied to the login page soon.

kiesoman commented 1 year ago

HIHI, I found the point, I try to manually open emulator with my target DNS. The problem disappear. I don't know the better solution. for your reference.

Have a nice day.

onevcat commented 1 year ago

Oh,

That sounds reasonable! Thanks for the feedback.