Why you should do PWA's instead of native mobile apps:
https://www.scnsoft.com/blog/progressive-web-apps
https://www.smashingmagazine.com/2018/02/native-and-pwa-choices-not-challengers/
https://www.smashingmagazine.com/2018/12/pwa-native-mobile-apps/
https://love2dev.com/blog/apple-encouraging-progressive-web-apps-by-rejecting-apps/
https://love2dev.com/blog/apple-ships-service-workers/
Thursday, May 30, 2019
Wednesday, May 29, 2019
Tuesday, May 28, 2019
Monday, May 13, 2019
JWT using pure javascript
Some youtube tutorials:
https://www.youtube.com/watch?v=oXxbB5kv9OA
https://www.youtube.com/watch?v=oneCuYkWz0c
https://www.youtube.com/watch?v=oXxbB5kv9OA
https://www.youtube.com/watch?v=oneCuYkWz0c
Friday, May 10, 2019
Sunday, May 5, 2019
Linking to android market
https://stuff.mit.edu/afs/sipb/project/android/docs/distribute/googleplay/promote/linking.html
https://stackoverflow.com/questions/11753000/how-to-open-the-google-play-store-directly-from-my-android-application
Above shows how to link to google play from within Android phone.
It is:
https://stackoverflow.com/questions/11753000/how-to-open-the-google-play-store-directly-from-my-android-application
Above shows how to link to google play from within Android phone.
It is:
market://details?id=<package_name>
Saturday, May 4, 2019
Overriding css styles
In order to override certain css styles from onsen or jquery mobile, or, possibly even bootstrap, you can put !important at the end of the style, eg.
h3 {
margin-left: 20px !important;
}
Friday, May 3, 2019
Onsen: Combining splitter with navigator
A good read:
https://community.onsen.io/topic/589/using-a-splitter-menu-with-a-navigator-example-inside
with the accompanying codepen:
https://codepen.io/anon/pen/NALzWZ
and my own solution implementing the above in my own app:
https://github.com/paulchin/Construct2-Admob-Guide
https://community.onsen.io/topic/589/using-a-splitter-menu-with-a-navigator-example-inside
with the accompanying codepen:
https://codepen.io/anon/pen/NALzWZ
and my own solution implementing the above in my own app:
https://github.com/paulchin/Construct2-Admob-Guide
Subscribe to:
Posts (Atom)