-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
loadBanner function Freeze the App in 2.0.5 #56
Comments
I said it like before explain in more detail? is this a capacitor platform or cordova or Quasar? cordova version? each framework will handle plugins differently, so clarity is a must so that I can more easily handle any problems. |
Sorry for it. I didn't realize capacitor is different with cordova. |
yes I just tested it on the capacitor, as you said the screen froze I also got it. I'm sorry I have some work to do this week or two, so it looks like this repair will be continued next month. Even though I don't make IOS apps for the app store, this is still my responsibility, gradually everything will be updated and fixed. |
@wuxiaomo6174 Did you properly configured the appid? |
@merbin2012 |
I still have confusion, in some cases whether the banner should push the webview or reduce the webview height. there are still many adjustments such as This only starts when the banner position is at the bottom, not to mention the logic when the banner is at the top. although actually all of this can be manipulated with html elements but not everyone can do it, so the tactical way all of this must be handled by the plugin. Everything must go through a gradual process. |
Hi @EMI-INDO Hope it helps. |
|
I use the example code of V2.0.5 in xcode 16. After lauch the app, it will freeze the app like following png. The error log is in the right.
![Image](https://private-user-images.githubusercontent.com/5829923/403855820-d42f8e73-812c-4872-9dbd-5a422084e830.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTg4MTUsIm5iZiI6MTczODkxODUxNSwicGF0aCI6Ii81ODI5OTIzLzQwMzg1NTgyMC1kNDJmOGU3My04MTJjLTQ4NzItOWRiZC01YTQyMjA4NGU4MzAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDg1NTE1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NWI3MjQ4ZjE3ZGY0NzBlNjg3NjU0OTg0ZDU1Y2I1YjZlMDUzNzU4MzU3NWYwZTczMWU0ZjQ4MzAwMWYwMjVmMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.N2ctpbHjUeqnK-O-i0bB0NPrAyfWrMcPY2WsbYcNg2g)
Dive into the code, the loadBanner() is the cause. If I remove this function, everything is OK.
The text was updated successfully, but these errors were encountered: