James Ford

Results 6 comments of James Ford

I've added an answer to https://github.com/web-mech/badwords/issues/51

> > I've added an answer to #51 > > This works for back-to-back blacklisted words, but not if you concatenate characters / clean words along with the bad one(s)....

> > Cheers for the quick response! > > I may have mis-implemented your solution, but an example would be 'f...face.' I realise that could just be added to the...

I've solved this by looping through the string characters and concatenating a new string. E.g. typing badword will fail, as well as typing abcdefgbadword because my loop starts removing each...

Same issue. Seems clunky to need to remove the leading 0 in iOS.

> I use setAddressText. But address list item click feature - onPress is not working. How to fix this? Same issue. Works on simulator, but not on real device.