-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Few Ads are not clickable in List #23
Comments
@sufyan297 I will test this and see. However there should only one ad in the list at one time. You should add the ads to the list dynamically as the user scrolls. |
I am fixing this issue hopefully |
This has been fixed in 0.2.8, please update and open the issue if you face the problem. |
@ammarahm-ed It affects the performance, the app becomes laggy now. |
@sufyan297 The implementation has changed as compared to v0.2.2 earlier. The issue with performance is noticeable and it has been reported before. It occurs when more than one ad is rendered on the same screen. The only solution for this at the moment is to make sure there is only one ad rendered in your list at one time, like updating the list dynamically to show the ad where the user stops. I am still looking into this and I have not found a solution yet to this. Even in your test example, the app was running very slow on 0.2.7. I think it can be done easily if you know the scrollOffset, you can know at what index the user is currently, then update the list with an ad item there. |
@sufyan297 I have found the culprit, will update to 0.2.9 soon with fix for this rendering issue |
@ammarahm-ed Thank you so much man, You Rock 👍 |
@sufyan297 It has been fixed, also you don't need to use |
Hello @ammarahm-ed ,
I am displaying Ads in List, now all ads are displaying correctly. But the problem is few ads are not clickable and it is acting weirdly like first Ad displayed is not clickable then second Ad is clickable then 3rd is not clickable and so on idk what's happening
I have made an separate Repository, Please have a look into it.
https://github.com/sufyan297/react-native-test-native-ad
The text was updated successfully, but these errors were encountered: