Skip to content Skip to sidebar Skip to footer

Is There Anyway To Display Html With Hashtags (#) In React-native Android Webviews Where Chrome Ver. > 72

I'm using a webview with a html-string that contains hashtags (#). This works fine in IOS and in Android where Chrome < version 72. However when Chrome >= version 72 is used

Solution 1:

Workaround with replacing # with %23 seems to work in my case. Will keep track of https://github.com/react-native-community/react-native-webview/issues/298 for updates.


Post a Comment for "Is There Anyway To Display Html With Hashtags (#) In React-native Android Webviews Where Chrome Ver. > 72"