-
Notifications
You must be signed in to change notification settings - Fork 85
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
Native Ad on Ios error. #77
Comments
in Listview builder with fetch data |
but error only on iOS platforms not an android |
I am getting the same error, Had anybody found a solution? |
@bahcem This is not an error, it is just an message from the SDK even we set userInteractionEnabled to NO |
@duyduong Even if you change it to no, the bug still occurs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User interactions must be disabled on the asset view to enable click handling.
userInteractionEnabled has been set to NO on <flutter_native_admob.StackLayout: 0x7fee038a34b0; baseClass = UIStackView; frame = (0 0; 0 0); userInteractionEnabled = NO; layer = <CALayer: 0x600003e1c380>>. this is the error text.
and native ad mobs been stacked. this is the error.
The text was updated successfully, but these errors were encountered: