Search found 6 matches
- Wed Aug 29, 2018 4:35 am
- Forum: General NeoAppBuilder Discussion
- Topic: How to use Cordova plugins for compiled apps?
- Replies: 3
- Views: 8629
Re: How to use Cordova plugins for compiled apps?
Thanks your rapid answer, but It isn't work :( I try it with inserted plugin (phonegap builder insert plugin js to plugins folder automatically) and also tried it to load the js directly to the neoappbuilder. No luck. Console: jQuery.Deferred exception: 'AndroidFullScreen' not defined 'AndroidFullSc...
- Wed Aug 29, 2018 3:25 am
- Forum: General NeoAppBuilder Discussion
- Topic: How to use Cordova plugins for compiled apps?
- Replies: 3
- Views: 8629
How to use Cordova plugins for compiled apps?
Hello all! Now I build a kiosk app to android devices, I want to hide navbar (statusbar hided succesfully with config.xml preference). I add this plugin now to config.xml, but I dont know how can i activate it: https://www.npmjs.com/package/cordova-plugin-fullscreen Where should I paste the code lik...
- Wed Aug 29, 2018 3:20 am
- Forum: General NeoAppBuilder Discussion
- Topic: Use images in html code
- Replies: 3
- Views: 4028
Re: Use images in html code
Thanks!
- Fri Aug 24, 2018 2:58 am
- Forum: General NeoAppBuilder Discussion
- Topic: Use images in html code
- Replies: 3
- Views: 4028
Use images in html code
Hello again! Can you tell me how can I use local pictures in HTML img? I try this in my saved project root but it isn't working <img src="img/1.jpg" alt> And can I add a value to NAB variable from html checkbox click? Thanks, and sorry for the beginner questions, just I not found a tutoria...
- Thu Aug 23, 2018 4:11 am
- Forum: General NeoAppBuilder Discussion
- Topic: Navigate to pages from html
- Replies: 2
- Views: 3452
Re: Navigate to pages from html
Big thanks Luishp!
- Wed Aug 22, 2018 5:24 am
- Forum: General NeoAppBuilder Discussion
- Topic: Navigate to pages from html
- Replies: 2
- Views: 3452
Navigate to pages from html
Dear Forumers! I try to put an offcanvas menu to the app with inside app page link (html and js combination), but I don't know how its possible. I tried to replace # with pagename, but no luck. Anyone can help? Thanks! Like this: <ul class="dropdown-menu navmenu-nav"> <li><a href="#&q...