mobile Questions
5
I have integrated Google One Tap into my website. The login process works well on desktop, but on mobile, there is a horizontal scroll after logging in. It's also important to note that the directi...
Thistle asked 12/2, 2023 at 17:9
2
I'm developing a mobile app for my final year project in university using React Native and Expo. I was able to generate a .apk file using expo build:android and then selecting the 'apk' option. I c...
Amphibolous asked 3/4, 2021 at 14:54
4
I've tried 3 different websites to make sure the console is logging out as well as on my laptop and a different iPad. On the IPad Pro with the latest safari version - no console logging. Anyone exp...
Dieldrin asked 28/3, 2023 at 3:19
2
Using: Next.JS 14.0.4; iPhone 14
I need to detect if and how user moves his phone using React.JS (I'm using Next.JS 14.0.4). For this purpose I began looking for some libraries that can detect it w...
Ibnsaud asked 30/1, 2024 at 15:50
9
I've just created a new KMM project through out KMM Plugin, but I can't run or even debug in Xcode iosApp part of the project. When I try to run iosApp from Android Studio, the build process fails ...
Platinum asked 13/12, 2021 at 8:30
5
I use Amazon SES to delivery mail to mobile devide Japanese such as ****@docomo.ne.jp, ******@softbank.ne.jp. But I always get an error.
Example:
An error occurred while trying to deliver the mai...
Cowart asked 19/8, 2014 at 7:46
9
I'm aware there's a plethora of questions/answers regarding this issue. However, I have spent the past few days trying a number of solutions I've found on SO and none have worked thus far.
My error...
Heaps asked 27/1, 2021 at 21:31
3
I'm trying to get a script that I've made for a google sheet to trigger when the sheet is opened (since I've found you can't trigger them manually through the mobile app). Somehow, I've managed to ...
Vasya asked 17/6, 2018 at 6:21
3
i just bought flutter webview source code from https://docs.meetmighty.com/mightyweb/
i had follow the instruction from documentation and run the source code but unsucessfull, and shown error as fo...
Benilda asked 3/6, 2024 at 5:47
7
I didn't use react-native for a few months. It looks like some things have changed meanwhile. In the official documentation they recommend to uninstall react-native-cli and to usenpx react-native i...
Bairam asked 12/12, 2019 at 17:54
3
Solved
when I zoom 14 and more lines look black. When less 14, It is okay.
Image 1
Image 2
@override
Widget build(BuildContext context) {
return GoogleMap(
onMapCreated: (controller) {
_googleMapCont...
Corinnecorinth asked 11/12, 2023 at 17:28
12
Solved
'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre
WillPopScope(
onWillPop: () async {
// your logic
return false;
},
)...
Splint asked 22/11, 2023 at 12:21
21
Solved
I started a flutter project using Android studio. The android emulator opened the project smoothly. When I opened the Ios emulator, the project worked smoothly. When I ran the android emulator agai...
Brownlee asked 2/6, 2018 at 8:4
4
Solved
I have a problem with the listview in jquery mobile. I want to load some data from a server using JSON and fill thy listview with the items. That works fine. But when I am trying to react on a clic...
10
Solved
I have a web app where if a user clicks on a link it should open up a map. The best solution that I can think of is to open up a new tab/window to google maps using the target="_blank" attribute.
...
4
I'd like for users to be able to share a link (e.g. app.com/SKFLA - this is primarily because deep links on their own aren't clickable) via Facebook etc. When clicked, this redirects to a deep link...
Guitarist asked 3/12, 2018 at 15:52
2
Solved
My responsive web app (made with Angular Material) works fine except with input fields on iOS / Safari: when the user focuses on an input field, iOS zooms the web page. Then the zoom level remains,...
4
Solved
I have the folowing Text() that takes markdown to show a link
Text(.init("[Link Example](https://www.google.es/)"))
Is there a way of changing the default color set to the link?
6
The designer has combined two or more gradients in the Figma Design they created. In some designs, they have combined a radial gradient with a linear gradient; while some other designs, they have c...
Dessiatine asked 23/9, 2020 at 2:53
14
Ok I feel like I'm crazy...
I'm looking at Mobile Safari on iOs 6.0. I can't seem to establish any rhyme or reason as to when tapping on an element will trigger click. In many cases, it seems I ne...
2
After updating gradle to 8.2.1 problem with configuration cache occurs:
This is my error:
Configuration cache problems found in this build.
1 problem was found storing the configuration cache.
- B...
Koziara asked 22/2, 2024 at 15:6
2
Solved
I've got a single line of code (no forms involved) here:
<input type="number" min="0" max="9999999" id="inSku" name="inSku">
Before, I was using type="text", but on mobile browsers that ga...
Opiumism asked 25/9, 2013 at 22:57
5
I try to connect my mobile to my local nuxtjs project. I thought it would be easy as described there. https://nuxtjs.org/faq/host-port/ but nothing works. I have also installed cross-env but didn't...
5
Solved
I am developing the rest apis for an android app using Djnago Rest Framework. The android guys told me that it would be nice if I could provide the responses in a common format, like
{
“Status”:”...
Rozalin asked 23/2, 2018 at 4:46
3
I have a custom widget that I want to save into a png image.
The issue I'm facing is that with the current implementation is that I'm required to show the widget on the screen.
What I want is to sa...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.