Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>After my experience with the WebView, I find it to be fantastic. I had built an app and wanted to port it to Android, but the second I realized WebView was working flawlessly, I never looked back. All of my functions were built into the Web App and thus there was little need for function in the app (<strong>Internet connection detection/changes</strong>, etc)</p> <p>I've gone the '<strong>Hybrid</strong>' route. I have a select few features you get through the Android App that the website doesn't offer -- so keep that in mind for marketing.</p> <p>Either way, my only issue is the scrolling speed can <strong>stutter</strong> when you are using <strong>heavy CSS3 styling</strong> -- and I'm talking border radius', shadows, gradients, etc, all over. I wanted to see how it responded... but yeah, besides that, you should be golden!</p> <p>Good luck!</p> <p><strong>(edit) Added the Following:</strong> I also wanted to add that my app uses <strong>jQuery</strong> in the WebView. It seems to stagger more than a native animation would, but that's pretty much a given. Though don't get me wrong, they still are animations and still work great! If I could give the <strong>jQuery animations</strong> a FPS (slide up/down), I'd say they're about 20 while native animations are a fluid 25-30 (on a scale from 1-30). Noticeable, but doesn't take away anything from the experience.</p> <p>Again, don't get me wrong here it's perfectly good to use! For example, I have a timer that starts when the page loads and counts down... this works perfectly from within the App > WebView. No bugs, and if there was one, it was reflected on the website (aka jQuerys fault)</p> <p>Just wanted to add some more to my 2 cents =)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload