Levon
Levon
Hi Damasia, Playback issues are most likely caused by the media that the hardware is having difficulties to process, rather than the Fire App Builder framework. Find your device model...
Thanks, looking into it...
Hi there, Yes, we remember the issue with a single item in a feed that you raised earlier, and please rest assured that the Fire App Builder team is aware...
Correct. Regrettably, I don't have any estimates for when, but please keep an eye on any updates. Thanks!
Hi Jayprakash, In our next release, we will be updating Leanback to version 'com.android.support:leanback-v17:27.1.0' Could you please confirm whether you need specifically version 28.0.0 or if 27.1.0 has the features...
Hi there, Looking into that, but it could be because Fire App Builder is not (fully) supported on Android Pie. Checking with the team...
Hi again, It looks like you are trying to use Fire App Builder on a smartphone. Regrettably, Fire App Builder is officially not supported on phones. Thanks!
In the meantime, before the changes are released, please try replacing these lines referenced here https://github.com/amzn/fire-app-builder/blob/master/DynamicParser/src/main/java/com/amazon/dynamicparser/DynamicParser.java#L483-L486 To the following code snippet: Object queryResult = getParserImpl(parserType).parseWithQuery(input, query); // Because XML Feeds...
Hi there, We currently don't have a way to customize this through configuration, but you can set it programmatically: https://github.com/amzn/fire-app-builder/blob/0d940f11151d30a91b49488941ac2a48be6abd7b/TVUIComponent/lib/src/main/java/com/amazon/android/uamp/ui/PlaybackActivity.java#L1286
I haven't tried it, but check if this would work: mPlayer.setUserAgent("Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4");