url in webview doesn't highlight - android-webview

I have loaded htm file in assets folder to webview.
It contains few links and when I tap it, it opens url accordingly.
The problem is that I want to give highlight effect when tapped on this link.
Currently, nothing happened when click it even orange rectangle is not shown.
Please rescue me.

Related

no link change to relative photo change popup

I have set the link change to relative, but after inserting it via an external filemanager, and then opening the photo change popup, the link remains absolute. Only after saving it changes it to relative. strangely, in the code preview, the link is correct after uploading.
Does anyone know how to change it?

Swift: How to navigate to a PDF page after clicking TableViewCell from another VC

I am building an app, where i have loaded a PDF of 300 pages. This PDF has lot of content, which are added as keywords to the tableViewCell in another VC.
When i tap any cell from VC, it should navigate to the next VC, where i have a UIWebView which has the PDF.
Now the ask is, when i press this cell, the new VC directly should navigate to the given page where the information related to that keyword is present.
Any idea or points on how to show a given page in PDF will help.
Thanks.
Because you're dealing with web, it is hard to have native navigation. I know from web development experience that to navigate to a specific part of a website, you can use anchor points/tags. I'd recommend looking into those. With them, you can change the URL from somepagehere.com to somepagehere.com/#page-1 or somepagepagehere.com/#-2, etc. Then, with the the UITableView you can point directly to these anchor points.
Let me know if this helps!
From your questions, it seems like you have a 300 page PDF file from an online location and you gather all the menu in your table view and each cell has the same url pointing to the link of the PDF.
This is not a good practice on the first place. This means that you are reloading the PDF file again and again when user simply want to see contents from another menu. It's also extremely hard to deal with paging problem from a web view.
Instead, if your pdf is well formatted(meaning it has a menu page and when you click on them from Adobe PDF reader, it can jump to the page), simply use this PDF reader. It also provides you the menu by itself and you don't need to have a table view controller and a webview controller. Moreover, you just need to put PDF file in your main bundle and never need to download every time.

AEM issue in dialog of carousel component

I am a AEM developer, I have a issue in dialog of multifield. In carousel component(out of the box component) when we trying to add in the fixed list using path field, the selected path of image is saved if we click save. If u click cancel button and again trying to add image in the path field it is not getting added it is showing error.
I have tried to find a solution but we need to make changes in dialog.js I need a solution tat if i click the cancel button the dialog should not the save the things and it should open freshly again when the author opens again.

Edit an existing app detail page icon or image?

How do you change an app detail image or icon? There is no delete or upload button once you already have uploaded an image to the app detail page(unsbumitted state). There is no way to remove it or change it so you are stuck with it? help?! Tried in safari and chrome...no luck.
On mouse hover the image, you will see the Edit link

How to show loading animation with fancybox?

I got fancybox working but I have this problem:
First, I can't make the loading image appear. And second, if I use a link to show an image on click, sometimes it fails to show it, because of the time it takes to load it (if it were an image instead of a link, it would have been already loaded by the browser, that's why it never fails with images).
In summary, I have a link, when I click it a modal window with an image should appear. Instead, a white box appears. If I reload the page, sometimes the image appears, sometimes it doesn't.
If it is working some of the time, maybe the problem is elsewhere? Is the picture you are loading particularly large, if you are shift refreshing I have experienced such effects in the past.