iOS Question CSS in WebView

cbanks

Active Member
Licensed User
Longtime User
I have web pages that refer to a css file and the pages and css file are located in File.DirLibrary. When I click a button in the app to make changes to the css file, the changes don't display immediately in the WebView/web pages. I have to completely reload the app for the new css changes to appear in the web pages. What code do I need to add to see css changes immediately in the web page in the WebView?
 
Last edited:
Top