I am a beginner in Kodular and I need your help to fix an issue I am facing while developing an E-Book test app.
I have a Google Spreadsheet stored in my Drive that contains the book details, cover image URL, and PDF link. My goal is:
(1) To display the book image, title, and subtitle in a List View Image & Text component.
(2) When a user clicks on a list item, the corresponding PDF should open in a preview.
I followed the steps from the YouTube tutorial below, and his app works perfectly, but mine does not. I am getting errors.
List is showing correctly. But when I click on the list, blank screen opens, pdf is not showing.
Kindly help me identify what I am doing wrong. Thank you in advance!
For each element in the CSV list, we add element 5 to the LIST_PDF list, thus obtaining a list of all the links.
When we select an element (the first element is position 0, we add 1 because lists start from 1),
we hide the ListViewer and show the WebViewer,
while if we press the back button, we show the list and hide the WebViewer.
You can also remove the LIST_PDF variable and work like this.
Now its showing sir. Thank you so much. i need one more help. In PDF preview right top popup symbol if we click, it shows login button. If visitors login,
i saw one trick in a tutorial video. but it is for single pdf. i dont know how to use it in my app which takes links from excel. please help.
video link: https://youtu.be/0Eo4WxKivtc?si=WGBm6kLaMgopg_7-
I noticed something that makes me think this YouTuber isn’t really an expert.
Your app takes data from Google Sheets, which is basically Google’s version of “Excel” I don’t quite understand your request.
When viewing files online from Google Drive, the option to log in will always be visible.
You could try downloading them and using an extension to view the PDFs.
Add a overlay (any vertical or Horizontal) from top through animation, keep size what it need to hide that login, download, signin bar of PDF viewer, it might resolved.
As per my knowledge it’s Not risky, the pdf you’re viewing that’s web-viewer and inside web-viewer customisation allowed, so you can hide that part. actually Play console will ban any app which revealed their url if no internet or any other issue which look alike web, so customisation is allowed, and you can do it.
And he’s not really hiding that pop-out button. he only reloading same Preview link again and again through clock, which seems if anybody click on button that pdf load again and it’s hiding this part.