Hi,
I want to capture a long press on a URL in a WebView and offer "open in new tab" and "download" options, as well as just "open". I can detect the LongPress, but this doesn't have any URL information.
1. Is there a known way to get the URL at this point?
2. I thought about maybe simulating a single press from within my LongPress code, which will trigger the OverRideURL event, and I can do my handling there, but I can't find out how to simulate a click in code.
Any ideas?
Thanks
Andrew
I want to capture a long press on a URL in a WebView and offer "open in new tab" and "download" options, as well as just "open". I can detect the LongPress, but this doesn't have any URL information.
1. Is there a known way to get the URL at this point?
2. I thought about maybe simulating a single press from within my LongPress code, which will trigger the OverRideURL event, and I can do my handling there, but I can't find out how to simulate a click in code.
Any ideas?
Thanks
Andrew