tewshi / bordered-text

Adds Stroke to a Flutter Text widget
MIT License
18 stars 10 forks source link

Text stroke is not working on mobile browsers #15

Open OscarGarPer opened 3 years ago

OscarGarPer commented 3 years ago

I'm distributing my app as a PWA and I noticed that the stroke works fine on desktop browsers (tested on Chrome for Windows), iOS and Android (as ipa and apk). But when I visit the web from a mobile browser like Chrome for Android or Safari for iPhone, the text's stroke is gone. Not sure if this is an issue with this package or some kind of limitation of mobile browsers. I attached some screenshots. Thank you and regards.

On Desktop: blade_desktop

On Android "native": blade_android

On Android web: blade_android_web

sivaprasadnk commented 3 years ago

I too have the same issue

wgktecnologia commented 3 years ago

Mesmo Problema!!

tewshi commented 3 years ago

I'd have to check if paint works well on Android Web, if it does, then we should be able to get this sorted.