iphone - Mobile Hybrid App: Working in browser like chrome,IE etc. But not working any mobile device -


I have created a simple project with phones, I can see output simple project in Google chorme and etc. I have used this project to create UIWebview in UIcode 5. Built-in and install the app in iPhone 5. I can see output simple projects in any mobile device like iPhone 5S and Samsung S4 etc. Index.html

  & lt; Html & gt; & Lt; Top & gt; & Lt; Title & gt; Changes were done & lt; / Title & gt; & Lt; Meta charset = "UTF-8" /> & Lt; Meta http-equiv = "X-UA-Compatible" content = "IE = edge, chrome = 1" /> & Lt; Meta name = "apple-mobile-web-app-enabled" content = "yes" /> & Lt; Meta name = "msapplication-tap-highlight" content = "no" /> & Lt; Meta name = "format-address" content = "telephone = no" /> & Lt; Meta name = "viewport" content = "width = device-width, initial-scale = 1.0, max-scale = 1.0" /> & Lt; Link rel = "stylesheet" type = "text / css" href = "lib / css / dx.common.css" /> & Lt; Link rel = "stylesheet" type = "text / css" href = "lib / css / dx.ios.default.css" /> & Lt; Link rel = "stylesheet" type = "text / css" href = "lib / css / dx.android.holo-dark.css" /> & Lt; Link rel = "stylesheet" type = "text / css" href = "lib / css / dx.tizen.black.css" /> & Lt; Link rel = "stylesheet" type = "text / css" href = "lib / css / dx.generic.light.css" /> & Lt; Link rel = "stylesheet" type = "text / css" href = "lib / css / dx.win8.black.css" /> & Lt; Script type = "text / javascript" src = "lib / js / jquery-2.0.3.min.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "lib / js / knockout-3.0.0.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "lib / js / globalize.min.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "lib / js / dx.phonejs.js" & gt; & Lt; / Script & gt; & Lt; Link rel = "dx-template" type = "text / html" href = "lib / layout / SlideOut / SlideOutLayout.html" / & gt; & Lt; Script type = "text / javascript" src = "lib / layout / slideout / slideOutLayout.js" & gt; & Lt; / Script & gt; & Lt; Link rel = "stylesheet" type = "text / css" href = "lib / layout / slideout / slideouttayout.css" /> & Lt; Script type = "text / javascript" src = "index.js" & gt; & Lt; / Script & gt; & Lt; Link rel = "stylesheet" type = "text / css" href = "index.css" & gt; & Lt ;! - View - & gt; & Lt; Link rel = "dx-template" type = "text / html" href = "views / news / news.html" /> & Lt; Script type = "text / javascript" src = "view / news / news.js" & gt; & Lt; / Script & gt; & Lt; Link rel = "dx-template" type = "text / html" href = "think / about PES / aboutpes.html" /> & Lt; Script type = "text / javascript" src = "view / pes / about .js" & gt; & Lt; / Script & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; / Body & gt; & Lt; / Html & gt;   

index.js file

  window.AppNamespace = {}; $ {Function ({{title: "news", action: "#news",} {{title_name}, {{title_name}, {{title_name}, {{title_name} Title: "About PES" , Action: "#Aboutes"}]}); AppNamespace.app.router.register (": View /: ID", {Views: "News", ID: Undefined}); AppNamespace.app .navigate ();});    

Try creating a package using Visual Studio with DevExtreme installed. It allows the creation of original packages for all supported platforms (iOS, Android, Windows Phone).

See the following link

If the package is made right with DevXTrum, then your app is fine, and the way you packaging you will be happy to help, just try Do and report the results.

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -