Skip to main content

All Questions

1 vote
0 answers
69 views

ASP.NET MVC 5 : model not binding to HttpPostedFileBase from Razor form w/jQuery Mobile

I've read the many possible causes and solutions for this problem, but I don't see that any of them can help me. I'm making a change to an already-existing project that uses jQuery-2.2.4 and jQuery-...
rwkiii's user avatar
  • 5,806
0 votes
0 answers
371 views

MVC Web App - How to allow users to use the virtual keyboard while Barcode Scanner is connected as physical keyboard?

I have a MVC Asp.net Web App I wrote using C# and Jquery. It is mainly being run on an android tablet. My app relies on a bluetooth barcode scanner that is connected to the tablet (Scanner). Users ...
configure.ng's user avatar
1 vote
1 answer
55 views

Jquery swipe unbinded when open an iframe

I´m working with JQuery.mobile-1.2.1 swipe events and MVC4. I defined the event in main view like this: $(document).ready(function() { $(".dummy-forswipe").on("swipeleft", swipeleftHandler); ...
ubaldisney's user avatar
0 votes
1 answer
1k views

Html Dropdown list On Change function not working

I have this dropdown list @Html.DropDownList("orderPosted", orderList, new { data_native_menu = "false", data_options_prefix = "Insert at Position: ", data_mini = "true" }) and the script to update ...
Daniel Mitchell's user avatar
2 votes
1 answer
937 views

how to check if smart app banner is closed

i have a jquery mobile application, in iOS safari a smart app banner comes when the application is loaded in the browser that tells to install or open the application. ones the smart app banner is ...
shahabas sageer's user avatar
1 vote
0 answers
26 views

jquery mobile popup sends wrong hash url when using angularjs & MVC ASP.NET

I saw forum posts that basically say that jquery mobile does not play well with angular. I tried a suggested "angular-adapter", but could not get that to work. I am wondering if there is another way? ...
iqworks's user avatar
  • 445
0 votes
0 answers
55 views

Initialize dynamically added JQuery Mobile rangeslider

I am dynamically loading html content using ajax and am having difficulty creating or refreshing the JQuery Mobile rangeslider which is in the content. HTML <div class="ui-grid-b ui-responsive"&...
majita's user avatar
  • 1,288
1 vote
2 answers
4k views

How to solve "ASPx is not defined" error which turned into "potentially dangerous Request.Path" exception?

Background I have a problem regarding bundling and redirection in an MVC site. The site project consists of desktop version in default route and mobile friendly theme in a separate area. Both themes ...
Tetsuya Yamamoto's user avatar
-1 votes
1 answer
60 views

Html.BeginForm redirect with jQuery mobile

We have an Html.BeginForm where after it's been submitted a RedirectResult is returned from the controller. This works fine for desktops, but for mobile devices, it is always submitted as an ajax ...
devlock's user avatar
  • 989
0 votes
1 answer
47 views

Jquery Mobile transition event not firing

I'm making use if Jquery mobile for its data-transition="slide". Thats working fine, each page loaded is its own page,not tab data sliders (if that makes any difference) I'm trying to have some ...
Monolithcode's user avatar
0 votes
1 answer
262 views

Can't debug api calls with cordova project in Visual Studio

I'm developing a cordova app with jQuery Mobile inside visual studio. I've got an api call inside an Ajax call which sens me the correct or incorrect values through a HttpResponseMessage. But for ...
Jordec's user avatar
  • 1,544
3 votes
2 answers
4k views

How to prevent redirect to new page on form submit

I am trying to upload a form containing multiple files to my server, request is going to correct Action and I am also getting some data but all the files are coming with null values. var file = ...
Manjeet Singh's user avatar
1 vote
1 answer
159 views

jQuery Mobile: Spinner stuck (ui-loader) on deployed source

Running my website from VS2015, every page loads as expected. However, deploying the source to a test server (IIS) the page spinner is stuck. It seems that it's the display property on .ui-loading ....
Kman's user avatar
  • 4,991
1 vote
1 answer
221 views

ABC Pdf mobile not downloading pdf correctly

I am doing a c sharp MVC project and rendering one of the HTML pages to a PDF. When I call it from the desktop version the PDF downloads automatically without redirecting me. But when I am on my page....
Nbergk's user avatar
  • 109
0 votes
1 answer
712 views

Apache Cordova connecting to Asp.net Web Application in MVC5

I currently have a an ASP.NET Web Application using MVC 5 with asp.net-identify and user roles enabled. The site is working well and handling data requests to our database tables and blob storage. ...
Andy Donegan's user avatar

15 30 50 per page
1
2 3 4 5
17