Stripe's payment sheet UI is compressed when opened via presentWithSetupIntent.
Initially it was showing properly with full width of device but now showing margins on side.
I also upgraded SDK verison to 20.6.2. Please see attached screenshot.
Can anyone assist me why its appearing? Thanks
Related
Recently, our (published) app stopped working on mobile, with the above message, "This tab is not available on mobile". The app is a custom teams tab basically.
What can be causing this issue?
From our side, we have not changed anything (neither in the manifest nor in the hosting).
Are there some changes in the teams policy or maybe some new requirements or changes?
In the desktop/web client the app works like it did before. On the mobile, if you try to click a link to the app tab, it shows this notification tooltip "not available on mobile" instead of opening the tab.
Manifest version: 1.9
"#microsoft/teams-js": "^1.12.1",
Not sure, if the versions are related, the mobile client shows that tooltip without even trying to open the tab.
It looks like the problem appeared with some latest update of the Teams client. The app is still working fine with Teams client from June 2022, but starts showing this message "tab is not available on mobile" if the Teams mobile client is updated to the latest version.
I have noticed that now there is a button to "Add an app.." in the teams app on mobile. Are there some new requirements for existing apps because of this maybe (so that existing apps won't work on mobile unless adapted)?
Related observation: all app tabs created disappeared on "More..." tab after mobile teams client is updated
Appreciate any insights what might be causing the issue?
Posting the solution here from the linked issue if somebody else faces it. The message was appearing because websiteUrl property was not set in the tab configuration. It is now required for the tab to appear in the mobile client. Setting this property in the tab configuration resolves the issue.
I have an ionic v3 app using firebase database, showing some external link images and text in the app.
This app has been published for three years, until recently I update some contnet for this app then something went wrong.
Some of the users mobile can't detect the image from the firebase database and shown the default image instead.(I use the image-loader plugin which can set default image).
The text are displayed correctly, but the images are not shown.
My android and iphone is working fine, images and text shown correctly.
I don't know what's wrong? Somebody helps!!
We are currently using Facebook Audience Network with AdMob mediation on our iOS app. We are using latest version for FAN(5.2.0) and Google Ads(7.41.0) from CocoaPods. The implementation is done fully done as per the documentation here - https://developers.google.com/admob/ios/mediation/facebook and tested the implementation using tools here - https://developers.facebook.com/docs/audience-network/testing however no error was found.
The issues are facing are that
1) The ad icon image is not being sent by Facebook to AdMob, we checked using direct Facebook Native ads and icons are present there but the same ad data shows icon as 'nil' when passed through mediation
2) We are seeing gray ad choices icons(as attached) however upon clicking the icon the app crashes with stack trace in FB library(stack trace attached).
Can any once advise on how we can get rid of these issues?
Just set adOptionsView.nativeAd = nativeAd
In Google Cloud Platform I have enabled the Apps Marketplace SDK to publish a sheets-on to Marketplace.
In APIs & Services > Apps Marketplace SDK > Publish I am unable to upload a screenshot. I keep getting Not saved.
see here:
I am using the correct size screenshot and have tried many different sizes and image types. ex. 640x400, 1280x800 all the recommended sizes. I have used png and jpg.
I can't click the publish button until a screenshot is uploaded. This is weird because I was able to upload an image for application banner without issue (as shown in the image above).
Any ideas why I am getting this Not saved message?
You have to upload your screenshots into the Chrome Web Store Developer Dashboard.
Look at this FAQ.
Please see the warning at the top. The Publish tab should not be used yet for add-ons created in Apps Script (Docs, Sheets, Slides and Forms).
Those details have to be filled in Chrome Web Store and after about 48hs the publication should be available in G Suite Marketplace.
The G Suite Marketplace team is working on simplifying the publishing process and in the future it won't be required to publish in Chrome Web Store.
I have a report, which is displayed correctly during normal system usage. The image is resized correctly to fit proportional.
But when I schedule this report, in the mail subscription I received, the image is displayed in an actual size.
I google this issue, found a site( http://www.ssw.com.au/ssw/standards/BetterSoftwareSuggestions/ReportingServices.aspx#ImageSize) saying that the SSRS doesn't support resizing an image in subscription. This site looks quite old. I am not sure it is right or which version it is referring to.
Could you kindly give me an answer?
Thanks in advance.
SSRS 2008 uses javascript to risize the image.
After I did a couple of tests, I found only outlook didn't display image properly.
Doing some research on Internet, what was found is in outlook 2007 and 2010 Microsoft has disabled their support for javascript for some unknown reasons.
This is the reason that causes my issue. Too bad.