Skip to main content

All Questions

Tagged with
1 vote
0 answers
411 views

OnClick not working on iOS when the clicked elements is doing a POST for a form on the same tab

On iOS (iPhone for example), I try to POST a form to the same tab, by clicking on submit. I want at the same time of clicking the submit, to trigger a JS event with OnClick. For example, to append ...
thenondeveloper's user avatar
0 votes
1 answer
2k views

Launch front camera in Mobile Web app developed using C# Jquery

I want to launch front camera by default in a web browser for an ASP.NET web application developed using C# language and it uses jquery, HTML for UI. Now, it always open back camera by default. How to ...
deepak's user avatar
  • 1
2 votes
1 answer
2k views

Hide keyboard on blur

I have a form with a few text fields followed by a couple of radio buttons formatted inside a JQM control group. When a user types in the text box, the phone's default keyboard appears (as it should). ...
Brad's user avatar
  • 1,039
0 votes
0 answers
2k views

how to fixed the header and footer in iPhone(ios) environment

I need to fix the header when focusing the input and select fields. We are successfully fixed the header in android and windows environment. But in iPhone we are facing the below issue please see in ...
VK Chikkadamalla's user avatar
1 vote
0 answers
22 views

Unnable to pushing buttons in the screen generated by JQuery Mobile,during using for a while

I incorporated the following cords for a certain reason. $(document).on('pageshow', '#certain-page', function (e) { $(window).trigger('resize') }); First, nable to operate it ...
Maron's user avatar
  • 21
1 vote
1 answer
1k views

JQuery Mobile force VoiceOver to focus on title after GotoPage

With JQuery mobile and VoiceOver active, after changing page with $.mobile.changePage("page1.html"); VoiceOver don't focus on the title. I want to force the focus of VoiceOver to read the title of ...
Sano's user avatar
  • 519
0 votes
1 answer
24 views

jQuery .load() stops complete script on iPhone/Android without error message

Since I add the following lines to mij jQuery script, the whole jQuery is not working anymore on Mobile Devices. On all the PC browsers everything works fine if ( $("input[name=campaign_id").val() ) {...
user3567864's user avatar
0 votes
1 answer
46 views

Header's content is overlapped in Jquery mobile in IOS SDK8

After update my app to the current phone gap's version in IOS SDK 8 I just noticed that there is a overlapping in the header, between the title and control group, that control group has inside two ...
22acacia_cr's user avatar
7 votes
1 answer
4k views

Image uploaded from Mobile phone to Angular is sideways or upside down

I am able to upload images from my desktop to an Angular based Web Application overlayed on SharePoint without issue, but if I upload from a Mobile phone, such as an iPhone, using the take "Take Photo ...
Kode's user avatar
  • 3,155
0 votes
1 answer
75 views

jQuery Mobile App - Fusion Tables Map click-to-call in infowindow isn't executing

Image Link of Issue - https://i.sstatic.net/3tE0i.jpg When I open the fusion map within the safari browser on my phone and click on the number it gives me the option of calling that number, when I ...
Matt Ward's user avatar
0 votes
1 answer
2k views

How to play sound and/or vibration on all mobile devices (phone gab, JQM & JS)

I am making a web app that includes a timer that counts down and alerts the user when it reaches 0. I found the functions navigator.vibrate(); and a similar one called beep. They work great in ...
Jan Brage's user avatar
0 votes
0 answers
66 views

html page scrolls to id and then back to the top

I have a mobile web page. I am using jQuery Mobile. I have a conditional section of server side code that will produce the following section of code: <script type="text/javascript"> ...
Wallace B. McClure's user avatar
0 votes
1 answer
677 views

jquery mobile: field contain clipped

<form> <div class="ui-field-contain"> <fieldset data-role="controlgroup"> <legend>Username:</legend> <input type="text" name="username"> <...
eastwater's user avatar
  • 5,256
5 votes
2 answers
853 views

Zooming in google map api 3 [ios]

According to Google Map documentation. In IPhone Zooming is accomplished by a two finger pinch. So when i tap my fingers on screen and move then map getting zoomed but after that when i release ...
Blu's user avatar
  • 4,046
17 votes
4 answers
22k views

How can I detect exit intent on a mobile browser?

I'm working on a solution to detect exit intent on safari mobile. (or any mobile browser for that matter) On desktop I can track curser movement and when the user breaks the plane of the webpage I ...
iosguru's user avatar
  • 179

15 30 50 per page
1
2 3 4 5
22