Jan Swiderski
Results
2
issues of
Jan Swiderski
**Describe the bug** Hello, When i create html element for map and later create map from code, the map which appears is in front of other UI elements. When change...
bug
Hello, The code looks following: ```ts async showInterstitial() { const adMyId = this.platform.is("ios") ? "ios-ad-id" : "android-ad-id"; const options: AdOptions = { adId: adMyId, isTesting: true // npa: true };...