jQuery Mobile blackberry cordova default page - jquery-mobile

I have one index.html page with jQuery mobile pages. The android app in eclipse starts the 1st default page correctly. When I add the index.html page in the blackberry www folder no page is loaded. Do I have to do something special for blackberry ?

Related

IIS 10 Coldfusion 11 served website won't load default home page on IOS mobile devices

Have a Windows 2016 server with IIS 10 running ColdFusion 11. Certain websites (with https://) won't load the default home page on iPhone and iPad only. The default home pages load great on all browsers on Windows 10, and even on a Mac in Safari and Chrome, but won't load on iPhone and iPad in either Safari or Chrome -- they just time out. If I put the name of the default page in the URL, it will load just fine on these IOS mobile devices, but if I just use the site's domain name, it will NOT load. IOS versions are up-to-date. If we set the default page to an html page it WILL load; if we set it to a cfm page it WILL NOT load.
So the FAILING situation is in loading default cfm page on iPhone or iPad.
Appreciate any assistance or advice. Thanks.
I have come up with a workaround for this problem.
I created an index.html file containing:
<meta http-equiv="refresh" content="0;URL='https://domainname.com/index.cfm'" />
and made index.html the default page for the website.
I don't like it, but it seems to get things working on the iPad and iPhone.

phonegap smscomposer called from an externeal aspx website

i am making a mobile app with phonegap where the main page was made with MVC ASP.NET. When the ios-phonegap app starts, we redirect it to the ASP.NET page. What we have to do is to call the SMSComposer phonegap plugin implemented in the ios phonegap app from the MVC ASPNET page.
Is this possible??, or i have to create all the html, js and css files in the www folder of the phonegap ios app and call it from there?
Thanks!
You have to create all the html, js and css files in the www folder of the phonegap ios app and call it from there.
Even if it works in an external server, apple won't approve the app

Cordova app is launching mobile safari each time I navigate to a jQueryMobile page

My app does the right thing and navigates to the select page each time I follow a jQuery Mobile link, but it also launches a copy of that page in Mobile Safari when I run in the iPhone Emulator. I'm sure I'm just missing some configuration setting.
Here is my mobileinit function
$(document).bind('mobileinit', () ->
$.mobile.allowCrossDomainPages = true
)
And I've modified the ExternalHosts array in Cordova.plist to whitelist my app server's domain name. What am I missing?
I had the same problem.This solution works fine.
http://moduscreate.com/opening-all-urls-with-phonegaps-childbrowser-plugin/

Debug Phonegap for window phone

How do I debug my jquery mobile app on a windows phone?
My current problem is that a link like this does not work:
If I click on it, I see for a short moment a little black box (loding symbol?) but the app stays on the same page (div).
If I load the same page in the phones Internet Explorer it works.
How do I debug this?
Update
I updated to the latest jquery mobile version and now I get "Error Loading Page" like he is trying to load it as ajax but it is a multipage with the old rel="external" the error did not show up but it still did not work. (Same with jquery mobile 1.0.1)
Update 2
Creating a second page index2.html and setting a link like this works:
<a href="index2.html#next_collection" data-ajax="false" data-role="button" ...
But only if I use a different page. index.html#next_collection does nothing.
Try the Ripple mobile emulator. It has a setting for PhoneGap emulation.
Solved by updating from phonegap 1.3.0 to 1.4.1

JQM versions 1.0rc shrinks website in mobile safari

I am a beginner to jQuery Mobile and am developing a mobile website within Dreamweaver CS5.5. Once I received the new DW I immediately updated to jqm 1.0a4.1. Designed my site and it looks good on desktop Safari and mobile Safari. Then I updated to jqm 1.0rc1 and while the site looks same on desktop safari, the entire website design decreased to an unreadable size in mobile safari. I tried again with 1.0rc2 and same thing happened as with 1.0rc1. When I return to 1.0a4.1 the site looks great on desktop and mobile.
Does anyone know why this would happen: is there something I'm missing and can correct to have the latest version of jqm work on both desktop and mobile safari?
Thanks for your time, I appreciate it.
jQuery Mobile 1.0a4.1 dynamically injects a viewport tag into the DOM. In newer versions you need to do this yourself. Try adding this viewport tag to the <head> of your documents:
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0" >

Resources