is possible with the library WebView to display only a specific part of a site? For example, if I want to display weather updates from a website but only a certain part I do that? We carry a picture to make you understand what I want to see:
is possible with the library WebView to display only a specific part of a site? For example, if I want to display weather updates from a website but only a certain part I do that? We carry a picture to make you understand what I want to see:
You can do it but you would probably need a php script to parse the website and return only the portion that you want. If what you are trying to do is a weather application, you probably don't need to do it that way there's a few libraries in the forums specifically to retrieve weather information from various weather services. just do a search and you'll find a few examples.