Support Forum
In flutter, Its possiable to add show more button after 10 ads.
if tab show more then again add 10 ads so on..
Posted by Jaikumar about 1 month ago
Read More button is not showing
The docs says (<https://pubhelp.taboola.com/hc/en-us/articles/360048615054-Working-With-Div-Elements>) I have to put my taboola container after my main article container, but is not working. Is there another config step I'm skipping?
Posted by Daniel Castillo about 2 months ago
page URL to pass into initWithPageType in TBLClassicPage
Hi,
I'm trying to initialize an instance of `TBLClassicPage` as part of integrating Taboola into my app. Part of the initializer requires a pageURL which according to the API doc is `String describes the website's URL`.
My app is a white label app sold to customers. So would that be the website of the individual customer(e.g. just <https://www.google.com>)?
Thanks,
Posted by Ahmad Bushnaq 2 months ago
Default constructor is missing for classType - class com.taboola.android.tblnative.TBLItemModel.
I am using version 3.8.17.
After integration when launching the app from the second time onwards, the app gets fridge & gets the below logs.
Android Studio Logs:
BaseBlisonConverter com.packagename E Default constructor is missing for classType - class com.taboola.android.tblnative.TBLItemModel. exception - java.lang.NoSuchMethodException: com.taboola.android.tblnative.TBLItemModel.<init> \[]. please provide it for better work flow
Posted by Nabajyoti Boro 2 months ago
flutter dark mode Taboola not works
In Flutter App its works only in light mode ,
and also passed extraProperties.putIfAbsent("darkMode", () => "true"); not works
Posted by jai kumar 2 months ago
Webview Pager
I have a pager with several webviews on iOS, including taboola's ads.
the last webview displayed is working fine, but when going back to previous webview, no actions are fired when clicking the taboola items. The "didClickOnPlacementItem" function is not called as it should be
the delegate (TBLWebPageDelegate) reference seems to be "gone", or it went to the last webview shown. . Anyway, the "previously built" webview has non clickable taboola items
Regards
Posted by Team CARDIWEB 3 months ago
How to implement Dark Mode in V3 SDK.
I have implemented Taboola SDK in the app but not able to change mode to Dark.
SDK:
```
implementation 'com.taboola:android-sdk:3.5.0'
```
Posted by Nitin Sharma 3 months ago
Umbrella header for module 'TaboolaSDK' does not include header 'TBLTemplateJs.h'
I used swift package manager and added Taboola iOS SDK as a dependency, the version Xcode is using is 3.8.5. When I try to build my project, building Taboola SDK fails with the following error.
`Umbrella header for module 'TaboolaSDK' does not include header 'TBLTemplateJs.h'`
I tried cleaning the build folder, reset package caches and remove derived data, but nothing worked. How do I fix this issue?
Posted by Karthik Kumar 3 months ago
Proguard warning com.taboola.android.homepage.HOME_PAGE_STATUS
After enabling shrinking resources and code obfuscation I get this warning:
Missing class com.taboola.android.homepage.HOME_PAGE_STATUS (referenced from: int com.taboola.android.homepage.TBLHomePage.mHomePageStatus
Is it possible to add it to proguard from your side?
Are any additional proguard rules needed?
Also taboola messes up with firebase initialization when the shrinking and obfuscation are enabled
Exception java.lang.ExceptionInInitializerError:
at com.google.firebase.perf.config.RemoteConfigManager.getInstance (RemoteConfigManager.java)
at com.google.firebase.perf.config.ConfigResolver.<init> (ConfigResolver.java:78)
at com.google.firebase.perf.config.ConfigResolver.getInstance (ConfigResolver.java:86)
at com.google.firebase.perf.application.AppStateMonitor.<init> (AppStateMonitor.java:98)
at com.google.firebase.perf.application.AppStateMonitor.getInstance (AppStateMonitor.java:87)
at com.google.firebase.perf.metrics.NetworkRequestMetricBuilder.<init> (NetworkRequestMetricBuilder.java:92)
at com.google.firebase.perf.metrics.NetworkRequestMetricBuilder.builder (NetworkRequestMetricBuilder.java)
at com.google.firebase.perf.network.FirebasePerfUrlConnection.instrument (FirebasePerfUrlConnection.java:186)
** at com.taboola.lightnetwork.protocols.http.HttpRequest.performRequest (HttpRequest.java:73)
at com.taboola.lightnetwork.protocols.http.HttpRequest.access$000 (HttpRequest.java)
at com.taboola.lightnetwork.protocols.http.HttpRequest$1.run (HttpRequest.java)**
at java.lang.Thread.run (Thread.java:1012)
Caused by java.lang.IllegalStateException:
at com.google.firebase.FirebaseApp.getInstance (FirebaseApp.java:179)
at com.google.firebase.perf.config.RemoteConfigManager.getInitialStartupMillis (RemoteConfigManager.java:91)
at com.google.firebase.perf.config.RemoteConfigManager.<init> (RemoteConfigManager.java:85)
at com.google.firebase.perf.config.RemoteConfigManager.<clinit> (RemoteConfigManager.java:52)
Posted by Valeriya Isakovich 4 months ago
Collection View Swift Issues
Hello I'm trying to implement a Taboola unit within a collection view but when I attempt to call the api to retrieve cell height for the generated Taboola unit to be fed into the layout it gives me maximum integer values for the collection view cell size do you all know why that is?
Posted by Sam 6 months ago