i installed yiichat extention in my yii app, and I followed as per the documentation https://bitbucket.org/christiansalazarh/yiichat. when I finished the documentation and viewed it in a browser the chat textarea’s attribute is disabled ( a disabled icon is showing when mouse hover the field) is there any other configurations i want to add ? I am not able to send message in the chat app !please help me !!
did you review the jQuery version ? please use Yii 13 and clean your assets. after that test it again.
Related
I saw one online video in that video he show package.json,system.config.json,tsconfig.json,typing.json files at one place. In that video he displays url https://angular.io/guide/quickstart .But when i searched that url there is not available coukd you please reffer me that url path
Install angular QuickStart. Click on this link Setup a local development environment and flow the steps of this article.
Hope so it will work successfully.
Thanks!
So i want to test an unreleased version of the app for deferred deep links. How do i do it? As the changes made will not be there in the app i download from the play store after redirecting.
Alex from Branch.io here: this is pretty easy to do! On your Branch dashboard under Settings -> Link Settings -> Android, select Custom URL, and put in the information requested.
Alternatively, you can delete the app from your phone, open the link, install a side-loaded build of the app (directly from Android Studio), and then manually launch the app. You'll still be deep linked to the correct place.
I am facing some problem in Universal link iOS 9
So I followed the tutorial https://blog.branch.io/how-to-setup-universal-links-to-deep-link-on-apple-ios-9 and exactly use the same values as the one provided.
if app is already installed when i tap on Universal link,than i navigate to app store but is navigate to my App.
I have already done all the needed configuration given by Apple.
The Apple Association file is also ready in the link directory: WEB_PAGE:PORT_NUMBER/apple-app-site-association
Everything seems to be setup on this side.
I've added the entitlements, updated the provisioning profile, and everything's setup.
Has anyone perfected this? Is there something I missed out?
I have developed the push notification functionality in my MobileFirst 7.1 app. Push notifications are working fine and I am able to receive them in my application. I want to change the image in the notification popup which is coming default as worklight image. See below screenshot. How can I do it?
In your Android project's "res/drawable*" folders ,you should find "push.png" file that shows this icon. If you change it to your own icon, make sure you maintain the same name.
Realizing that you have already accepted an answer, I'll leave this here just in case someone else has the same problem.
I found that I had to run cordova clean before my build in order for the images to get copied into the .apk properly by the build process.
I'm using apache cordova to create a application .
I have a little problem , I searched online and I can not understand why if you use the ' I change the page / view on the device .
It seems that not even take the touch input on the link .
Genymotion use of visual studio to perform the tests .
I also tried with the window.open javascript but I open a page in the browser coming out from the app
<a onclick='window.open('product.html', '_system');'>
or
<a href = 'product.html'>
can someone tell me how I can fix ?
For this to work you will need to install the InAppBrowser Plugin for Cordova
http://wiki.apache.org/cordova/InAppBrowser
https://github.com/apache/cordova-plugin-inappbrowser
If you are using Visual Studio Tools for Cordova just double click on the config.xml > Plugins > Add InAppBrowser