If you implement Send via LINE in the MONACA app and send a URL scheme as a message, iOS will link the URL scheme and open the app directly in the LINE talk sent, but the URL scheme will not link on LINE on Android devices.
Of course, you can tap the web address as a link.
Please let me know if you know how to link the URL scheme to Android devices using LINE.
android
First of all, regarding the issue of sending a URL such as twitter://hoge
on LINE, it is not a problem with your program, but with LINE, so why don't you contact LINE support?
If there is nothing we can do about it on the LINE side, we will have no choice but to use http(s)://
.
Configuring the Intent Filter to Pick Up http://hogehoge
The latter method cannot be implemented on iOS, so I feel that the former method is necessary to send it without worrying about the other person's environment.
© 2024 OneMinuteCode. All rights reserved.