You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a linked digital notebook PDF for Kindle Scribe. There will be a sidebar with shortcuts to the different sections, including home and forward/back buttons. The section links (Link around Text element containing page numbers) are working as expected, on PC and on device. The other buttons are not working on the device.
I have created these buttons using FontAwesome icons, rendered as SVG using a variation of this solution: #1334
The navigation buttons are created by wrapping a Link and a View around the icon, like so:
The documentation for Link says "Link’s can be nested inside a Text component, or being inside any other valid primitive" - Is SVG not a valid primitive for Links? What about the View wrapping around the SVG? Is there anything I can do to make this work, or do I need to rethink it?
To recap - text links work on PC and on Kindle Scribe. Icon links only work on PC. Icons are drawn using SVG, inside a View.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on a linked digital notebook PDF for Kindle Scribe. There will be a sidebar with shortcuts to the different sections, including home and forward/back buttons. The section links (Link around Text element containing page numbers) are working as expected, on PC and on device. The other buttons are not working on the device.
I have created these buttons using FontAwesome icons, rendered as SVG using a variation of this solution: #1334
The navigation buttons are created by wrapping a Link and a View around the icon, like so:
I have tried replacing the icon with a standard block of text, and it works fine. My text buttons look like this:
The documentation for Link says "Link’s can be nested inside a Text component, or being inside any other valid primitive" - Is SVG not a valid primitive for Links? What about the View wrapping around the SVG? Is there anything I can do to make this work, or do I need to rethink it?
To recap - text links work on PC and on Kindle Scribe. Icon links only work on PC. Icons are drawn using SVG, inside a View.
Beta Was this translation helpful? Give feedback.
All reactions