nrikiji / cordova-line-login-plugin

A cordova plugin for easy implementation of LINE login using LineSDK.
Apache License 2.0
21 stars 23 forks source link

Pure Javascript Problem. #34

Closed stanma9107 closed 5 years ago

stanma9107 commented 5 years ago

I am a student from Taiwan, and I want to develop a Cordova app to my school, but I just want to use pure javascript without any framework. Can you give a example with Pure Javascript please?

nrikiji commented 5 years ago

thank you for example.

document.addEventListener('deviceready', function() {
  window.lineLogin.initialize({channel_id: "your_chanel_id"});
  ・・・
});

Please listen if you have any questions.