I am building a titanium classic mobile project where I want a Facebook like slider menu, both for Android and iOS. In GitHub I have found projects which work great for iPhone but dont work with Android. I have been trying for weeks now but without much success.
I want a solution which works for both Android and iPhone. Can anyone share some information on the same.
Thanks a lot!
There is a very good solution, NappDrawer Module works fine for android and iOS, and if you face a bug, you post it and most probably they help you or they fix it.
You're gonna have to use views for android and windows for iOS.
Here's the module's link NappDrawer Module.
And this is the documentation.
Related
Here, I am adding the image for more clarification of my problem statement.
You're looking to create a share activity for your Android app.
react-native-share-extension should provide you with a good starting point (as well as providing support for iOS if you're working on a Mac).
I´ve set up a clone of this repo, and got it up and running at heroku:
https://github.com/dondido/webrtc-video-room
.. after trying about 15 others that I had various problems with. It works great under Windows in chrome and firefox, but when trying to access it with a webview on android in the app I´m developing (in B4A), I see only a grey screen. I do however manage to succesfully use https://appr.tc which is a very similar demo from google in the webview, so something should be amended in the android code. I think it relates to navigator.mediaDevices.getUserMedia, but I really don´t know what needs to be changed for this to function. I´ve been sitting and comparing the git repo for mentioned appr.tc but can´t nail the part that I have to amend. I am aware that I can just clone the appr.tc repo instead, but this one also needs GAE, which I want to avoid.
Any help?
Thanks!
i am working on designing Android App UI and i wonder if it is possible to export Pixate prototype to android studio ? have anyone tried or having an idea how to do that ?
As mentioned in their website(Pixate.com) to someone's question, they have mentioned that , for now its just a prototyping app , which means you just design it and show how it is to others and currently there is no feature to export it to android studio but they have mentioned that they are thinking to add that feature as it helps the developer a lot, being a developer myself , I was also looking for exactly what you are looking , Adobe is developing a product with code name Project Comet which is going to be a competitor for Sketch 3 which is also a awesome prototyping software but its available only for mac, I hope adobe will be launching the Project comet to Windows as well and it would be of great help if they include the feature of exporting the code so that we can easily desgin and do the animations in these softwares and export them along with the code so that we can import in our IDE as this would allow us to spend more energy on back end rather than on front end ...
Im starting to loose my mind her.
Im building a VERY simple app.
All it needs to do, is show some information, an play some videos.
Everything works just great on iOS. I simply link to the video like this <span></span><img src="img/vidImg_afbryder.png" />, and it starts playing.
But on Android, its a totally deferent story. When i straigt-up link to the video like the ios version, nothing happens.
When i use this https://github.com/macdonst/VideoPlayer, and my link looks like this
<span></span><img src="img/vidImg_afbryder.png" />, nothing happens.
All the videos ar contained locally in the app, as it needs to work offline.
Im building the app with HTML/CSS/JS in webstorm and then compiling it on build.phonegap.com/
Im not using x-code or anythin, just stright-up HTML/CSS/JS. i do have the config.xml file
Ive tried searching like a mad man, but still no luck. Can someone help me, or point me in the right direction.
P.S. This is my first app, and therefor my first encounter with phonegap.
If you use any one plugin, you have to use a specific one for Android and one for iOS. After this, you need to compile using xcode or eclipse, for example. To use the plugin you mentioned, have a look on http://www.adobe.com/devnet/html5/articles/getting-started-with-phonegap-in-eclipse-for-android.html
I tried the Facebooklike plugin as showed in Like Box with android browser using PhoneGap, to my surprise the scroll didn't work at all. No scrollbars appeared and find no way to scroll the contentin webkit.
Anybody tried this, did figure out a solution?
Thanks
I think the like function is about to be deprecated or merged with the share functionality. Try using the share method using facebook's android library http://developers.facebook.com/docs/guides/mobile/#android