Open shadyroid opened 1 month ago
In Ios When i share link and text in using shareToTwitterLink the text spaces is replaced with %20
the issue is in line 310 in SocialSharePluginIOS.swift
.addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed)!
In Ios When i share link and text in using shareToTwitterLink the text spaces is replaced with %20
the issue is in line 310 in SocialSharePluginIOS.swift
.addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed)!