question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ActivityIndicator does not render in some cases

See original GitHub issue

screenshot_2016-10-09-21-06-36 1

Left: Andoid 6.0.1 Right: Android 4.4.2 Both: Tabris.js developer app 1.9.0 running on stock TouchWiz

var page = new tabris.Page({
    topLevel: true
}).open();

new tabris.ActivityIndicator({
  centerX: 0,
  centerY: 0
}).appendTo(page);

Confirmed with another user running on Android >= 5.0 (not TouchWiz) that the indicator does appear so like #844 this may be specific to TouchWiz.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
cookiegurucommented, Jun 14, 2017

After a little more testing, I have concluded that the Animator duration scale is to blame. This one can be marked as WontFix

0reactions
mpostcommented, Jun 14, 2017

Closing this issue for now. Please reopen of the problem can still be reproduced with the snippet above.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native ActivityIndicator not displaying - Stack Overflow
The problem is, it doesn't show the ActivityIndicator . Everything else is appearing. Tested both in real mobile device (Redmi Note 7 Pro)...
Read more >
ActivityIndicator remains on screen after being removed #12234
But the problem is that it still remains on screen even after it is removed (or not outputted) in the render function. In...
Read more >
Examples of React Native ActivityIndicator - eduCBA
Guide to React Native ActivityIndicator. Here we discuss how does react native activityindicator works along with examples and its code.
Read more >
React Native ActivityIndicator - To show Progress During Time ...
This post will Give you an Understanding of React Native ActivityIndicator. React Native ActivityIndicator is a component for displaying loading action.
Read more >
How to display loading indicator in React Native?
ReactNative offers an ActivityIndicator component that has different ways to show loading indicators on the UI. The basic ActivityIndicator ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found